@cityofzion/neon-js
Version:
Neon-JS SDK for interacting with NEO blockchain
42 lines (41 loc) • 1.27 kB
JSON
{
"name": "@cityofzion/neon-js",
"description": "Neon-JS SDK for interacting with NEO blockchain",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
"javascript",
"libraries"
],
"author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)",
"license": "MIT",
"main": "dist/index.js",
"browser": "dist/browser.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
"dist": "cross-env NODE_ENV=development webpack --mode development",
"dist:prod": "cross-env NODE_ENV=production webpack --mode production",
"prepublishOnly": "yarn clean && yarn build && yarn dist:prod",
"lint": "eslint src/**/*.ts __tests__/**/*.ts __integration__/**/*.ts",
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
},
"dependencies": {
"@cityofzion/neon-api": "^4.8.0",
"@cityofzion/neon-core": "^4.8.0",
"@cityofzion/neon-nep5": "^4.8.0"
},
"files": [
"dist/"
],
"gitHead": "f9809848f1383f1f31df72200a67a0f4e0647521"
}