UNPKG

911 BJSONView Raw
1{
2 "name": "@neo-one/client-esnext-esm",
3 "version": "1.0.0",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE client API.",
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/client-common-esnext-esm": "^1.0.0",
23 "@neo-one/client-core-esnext-esm": "^1.0.0",
24 "@neo-one/developer-tools-esnext-esm": "^1.0.0",
25 "@neo-one/types-esnext-esm": "^1.0.0",
26 "tslib": "^1.9.3"
27 },
28 "publishConfig": {
29 "access": "public"
30 },
31 "engines": {
32 "node": ">=8.9.0"
33 },
34 "main": "src/index.js",
35 "module": "src/index.js",
36 "types": "src/index.ts",
37 "sideEffects": false
38}
\No newline at end of file