UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@neo-one/smart-contract-compiler",
3 "version": "1.0.0-alpha.46",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE TypeScript smart contract compiler.",
6 "license": "MIT",
7 "homepage": "https://neo-one.io",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/neo-one-suite/neo-one.git"
11 },
12 "bugs": {
13 "url": "https://github.com/neo-one-suite/neo-one/issues"
14 },
15 "keywords": [
16 "neo",
17 "blockchain",
18 "neo-one",
19 "dapp"
20 ],
21 "dependencies": {
22 "@babel/code-frame": "^7.0.0-rc.1",
23 "@neo-one/client": "^1.0.0-alpha.89",
24 "@neo-one/client-core": "^1.0.0-alpha.70",
25 "@neo-one/smart-contract": "^1.0.0-alpha.23",
26 "@neo-one/ts-utils": "^1.0.0-alpha.41",
27 "@neo-one/utils": "^1.0.0-alpha.59",
28 "app-root-dir": "^1.0.2",
29 "bn.js": "^4.11.8",
30 "fs-extra": "^7.0.0",
31 "glob": "^7.1.2",
32 "lodash": "^4.17.10",
33 "safe-stable-stringify": "^1.0.1",
34 "source-map": "^0.7.3",
35 "typescript": "^3.0.1"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "main": "src/index.js",
41 "types": "src/index.ts",
42 "sideEffects": false
43}
\No newline at end of file