{
  "name": "@cityofzion/neon-ledger",
  "description": "Neon Ledger integration for Node.js",
  "version": "5.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": {
    "ae": "api-extractor run --local",
    "build": "tsc -b",
    "dist": "tsc -m commonjs --outDir dist",
    "dist:prod": "tsc -m commonjs --outDir dist",
    "clean": "rimraf ./lib ./dist ./temp tsconfig.tsbuildinfo",
    "prepublishOnly": "npm run clean && npm run build && npm run dist:prod",
    "lint": "eslint src/**/*.ts __tests__/**/*.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__/.*",
    "test:node": "node test.node.js"
  },
  "dependencies": {
    "@ledgerhq/hw-transport": "6.32.0"
  },
  "peerDependencies": {
    "@cityofzion/neon-core": "^5.6.0"
  },
  "files": [
    "lib/",
    "dist/",
    "typings/"
  ],
  "devDependencies": {
    "@cityofzion/neon-js": "^5.9.0",
    "@ledgerhq/hw-transport-node-hid": "6.29.5",
    "@types/lodash": "^4.17.23"
  },
  "gitHead": "daeaa99416c96d501cfe030a7ca705d4a79919f3"
}
