@neo-one/smart-contract-compiler
Version:
NEO•ONE TypeScript smart contract compiler.
46 lines • 1.19 kB
JSON
{
"name": "@neo-one/smart-contract-compiler",
"version": "1.3.0",
"author": "Alex DiCarlo <alexdicarlo@gmail.com>",
"description": "NEO•ONE TypeScript smart contract compiler.",
"license": "MIT",
"homepage": "https://neo-one.io",
"repository": {
"type": "git",
"url": "git+https://github.com/neo-one-suite/neo-one.git"
},
"bugs": {
"url": "https://github.com/neo-one-suite/neo-one/issues"
},
"keywords": [
"neo",
"blockchain",
"neo-one",
"dapp"
],
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@neo-one/client-common": "^1.4.0",
"@neo-one/client-core": "^1.4.0",
"@neo-one/client-full-common": "^1.2.1",
"@neo-one/client-full-core": "^1.2.0",
"@neo-one/smart-contract": "^1.1.1",
"@neo-one/ts-utils": "^1.2.2",
"@neo-one/typescript-concatenator": "^1.1.5",
"@neo-one/utils": "^1.2.0",
"bn.js": "^5.0.0",
"lodash": "^4.17.15",
"safe-stable-stringify": "^1.1.0",
"source-map": "^0.7.3",
"typescript": "^3.5.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.16.0"
},
"main": "index.js",
"types": "index.d.ts",
"sideEffects": false
}