UNPKG

1.76 kBJSONView Raw
1{
2 "name": "@neo-one/cli",
3 "version": "1.4.1",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE CLI for developing NEO dapps.",
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 "bin": {
22 "neo-one": "./bin/neo-one",
23 "neo-one.js": "./bin/neo-one.js"
24 },
25 "dependencies": {
26 "@babel/core": "^7.5.5",
27 "@babel/register": "^7.5.5",
28 "@neo-one/cli-common": "^1.1.13",
29 "@neo-one/cli-common-node": "^1.1.14",
30 "@neo-one/client-common": "^1.4.3",
31 "@neo-one/client-core": "^1.4.6",
32 "@neo-one/client-full-core": "^1.2.6",
33 "@neo-one/logger": "^1.2.2",
34 "@neo-one/logger-config": "^1.0.2",
35 "@neo-one/node": "^2.1.8",
36 "@neo-one/node-neo-settings": "^1.1.9",
37 "@neo-one/smart-contract-codegen": "^1.2.1",
38 "@neo-one/smart-contract-compiler": "^1.4.1",
39 "@neo-one/smart-contract-compiler-node": "^1.2.1",
40 "@neo-one/utils": "^1.2.2",
41 "@neo-one/utils-node": "^1.2.3",
42 "bignumber.js": "^9.0.0",
43 "bn.js": "^5.0.0",
44 "cross-fetch": "^3.0.4",
45 "execa": "^3.2.0",
46 "fs-extra": "^8.1.0",
47 "import-local": "^3.0.2",
48 "listr": "^0.14.3",
49 "lodash": "^4.17.15",
50 "prompts": "^2.2.1",
51 "safe-stable-stringify": "^1.1.0",
52 "source-map": "^0.7.3",
53 "ts-node": "^8.3.0",
54 "typescript": "^3.6.3",
55 "yargs": "^14.0.0"
56 },
57 "publishConfig": {
58 "access": "public"
59 },
60 "engines": {
61 "node": ">=10.16.0"
62 },
63 "main": "index.js",
64 "types": "index.d.ts",
65 "sideEffects": false
66}
\No newline at end of file