{
  "name": "@zapjs/eos-registry",
  "version": "1.0.4",
  "private": false,
  "description": "Interface for registry functions in eos blockchain",
  "main": "./out/index.js",
  "types": "./out/types.d.ts",
  "typings": "./out",
  "repository": "https://github.com/smartum-ks/eos-sdk.git",
  "scripts": {
    "build": "tsc --module commonjs",
    "test": "mocha $PKG -r ts-node/register src/test/test.ts --timeout 10000"
  },
  "keywords": [
    "eos",
    "zap",
    "registry"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "eosjs": "20.0.0",
    "@zapjs/eos-utils": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "5.2.0",
    "chai": "^4.2.0",
    "@types/chai": "^4.1.5",
    "@types/mocha": "^5.2.4",
    "@types/node": "^10.10.3",
    "ts-node": "^7.0.1",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2",
    "@zapjs/eos-minting": "^1.0.0",
    "@zapjs/eos-node-utils": "^1.0.0",
    "@zapjs/eos-binaries": "^1.0.0",
    "chai-as-promised": "7.1.1",
    "chai-bignumber": "2.0.2"
  }
}
