UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@cityofzion/neon-js",
3 "description": "Neon-JS SDK for interacting with NEO blockchain",
4 "version": "5.4.0",
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": "lib/index.d.ts",
23 "scripts": {
24 "ae": "api-extractor run --local",
25 "build": "tsc -b",
26 "clean": "rimraf ./lib ./dist ./temp tsconfig.tsbuildinfo",
27 "dist": "cross-env NODE_ENV=development webpack --mode development",
28 "dist:prod": "cross-env NODE_ENV=production webpack --mode production",
29 "prepublishOnly": "npm run clean && npm run build && npm run dist:prod",
30 "lint": "eslint src/**/*.ts __tests__/**/*.ts __integration__/**/*.ts",
31 "pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
32 },
33 "dependencies": {
34 "@cityofzion/neon-api": "^5.4.0",
35 "@cityofzion/neon-core": "^5.4.0"
36 },
37 "files": [
38 "dist/",
39 "lib/"
40 ],
41 "gitHead": "9f9685017f78d2c7fd6a1ebe458cf8dee3bd53dd"
42}