UNPKG

677 BJSONView Raw
1{
2 "name": "@neo-one/react",
3 "version": "2.4.0",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE React utilities.",
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 "tslib": "^1.10.0"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "engines": {
28 "node": ">=10.16.0"
29 },
30 "main": "index.js",
31 "types": "index.d.ts",
32 "sideEffects": false
33}
\No newline at end of file