vyper compiler
Showing
... | @@ -8,7 +8,9 @@ | ... | @@ -8,7 +8,9 @@ |
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "./bin/remixd" | "start": "./bin/remixd", | ||
"npip": "npip", | |||
"install": "npip install" | |||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -32,10 +34,17 @@ | ... | @@ -32,10 +34,17 @@ |
"fs-extra": "^3.0.1", | "fs-extra": "^3.0.1", | ||
"isbinaryfile": "^3.0.2", | "isbinaryfile": "^3.0.2", | ||
"lerna": "^2.9.0", | "lerna": "^2.9.0", | ||
"nopy": "^0.2.6", | |||
"serve": "7.0.0", | "serve": "7.0.0", | ||
"stdout": "0.0.3", | "stdout": "0.0.3", | ||
"watch": "^1.0.2", | "watch": "^1.0.2", | ||
"web3": "1.0.0-beta.27", | "web3": "1.0.0-beta.27", | ||
"websocket": "^1.0.24" | "websocket": "^1.0.24" | ||
}, | |||
"python": { | |||
"execPath": "python3", | |||
"dependencies": { | |||
"vyper": ">=0.1.0b3" | |||
} | |||
} | } | ||
} | } |
src/services/vyper.js
0 → 100644
Please
register
or
sign in
to comment