UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@cityofzion/neon-js",
3 "description": "Neon-JS SDK for interacting with NEO blockchain",
4 "version": "4.7.1",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/CityOfZion/neon-js.git"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "keywords": [
13 "neo",
14 "antshares",
15 "javascript",
16 "libraries"
17 ],
18 "author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)",
19 "license": "MIT",
20 "main": "dist/index.js",
21 "browser": "dist/browser.js",
22 "types": "dist/index.d.ts",
23 "scripts": {
24 "build": "tsc -b",
25 "clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
26 "dist": "cross-env NODE_ENV=development webpack --mode development",
27 "dist:prod": "cross-env NODE_ENV=production webpack --mode production",
28 "prepublishOnly": "yarn clean && yarn build && yarn dist:prod",
29 "lint": "eslint src/**/*.ts __tests__/**/*.ts __integration__/**/*.ts",
30 "pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
31 },
32 "dependencies": {
33 "@cityofzion/neon-api": "^4.7.1",
34 "@cityofzion/neon-core": "^4.7.1",
35 "@cityofzion/neon-nep5": "^4.7.1"
36 },
37 "files": [
38 "dist/"
39 ],
40 "gitHead": "44b27057b1e17c7b36add8d952f2651f65cd3bd1"
41}