{
  "name": "@cityofzion/neon-nep5",
  "description": "Neon-NEP5 Module",
  "version": "4.9.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",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc -b",
    "dist:prod": "tsc -m commonjs --outDir dist",
    "clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
    "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\"",
    "start": "jest --watch",
    "test": "jest",
    "test:integration": "jest /packages/.*/__integration__/.*",
    "test:unit": "jest /packages/.*/__tests__/.*"
  },
  "dependencies": {
    "@cityofzion/neon-core": "^4.9.0"
  },
  "peerDependencies": {
    "@cityofzion/neon-core": "^4.0.0"
  },
  "files": [
    "dist/",
    "lib/"
  ],
  "gitHead": "9af13b49eddde3de98c004f72c9ea4f4760c581b"
}
