1 | {
|
2 | "name": "@neo-one/smart-contract-codegen",
|
3 | "version": "1.1.9",
|
4 | "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
|
5 | "description": "NEO•ONE TypeScript smart contract codegen.",
|
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 | "@neo-one/cli-common": "^1.1.9",
|
23 | "@neo-one/client-common": "^1.4.1",
|
24 | "@neo-one/client-core": "^1.4.3",
|
25 | "@neo-one/utils": "^1.2.1",
|
26 | "lodash": "^4.17.15",
|
27 | "prettier": "^1.18.2",
|
28 | "safe-stable-stringify": "^1.1.0",
|
29 | "source-map": "^0.7.3"
|
30 | },
|
31 | "publishConfig": {
|
32 | "access": "public"
|
33 | },
|
34 | "engines": {
|
35 | "node": ">=10.16.0"
|
36 | },
|
37 | "main": "index.js",
|
38 | "types": "index.d.ts",
|
39 | "sideEffects": false
|
40 | } |
\ | No newline at end of file |