remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/remix-analyzer/package.json

51 lines
1.1 KiB

{
"name": "remix-analyzer",
5 years ago
"version": "0.3.23",
"description": "Remix Analyzer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"contributors": [
{
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu"
},
{
"name": "Iuri Matias",
"email": "iuri@ethereum.org"
},
{
"name": "Yann Levreau",
"email": "yann@ethdev.com"
}
],
"dependencies": {
"remix-astwalker": "0.0.19",
5 years ago
"remix-lib": "0.4.22"
},
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "tsc && npm run lint && ts-node node_modules/tape/bin/tape ./test/tests.ts"
},
"standard": {
"ignore": [
"node_modules/*",
"dist/"
],
"parser": "babel-eslint"
},
"author": "Remix Team",
"license": "MIT",
"homepage": "https://github.com/ethereum/remix#readme",
"devDependencies": {
"@types/node": "^13.7.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
6 years ago
"npm-install-version": "^6.0.2",
"standard": "^7.0.1",
"tape": "^4.6.0",
"typescript": "^3.7.5"
}
}