UNPKG

772 BJSONView Raw
1{
2 "name": "@neo-one/ts-utils-esnext-esm",
3 "version": "1.2.1",
4 "author": "Alex DiCarlo <alexdicarlo@gmail.com>",
5 "description": "NEO•ONE TypeScript utils.",
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 "lodash": "^4.17.14",
23 "source-map": "^0.7.3",
24 "typescript": "3.5.3"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "engines": {
30 "node": ">=8.16.0"
31 },
32 "main": "index.js",
33 "module": "index.js",
34 "types": "index.d.ts",
35 "sideEffects": false
36}
\No newline at end of file