{
  "name": "@appchain/plugin",
  "version": "0.20.1",
  "keywords": [
    "Nervos",
    "CITA",
    "Ethereum",
    "JSONRPC",
    "Promise"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.js",
  "repository": "https://github.com/cryptape/appchain-plugin",
  "author": "Keith <keithwhisper@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "protoc": "protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts --proto_path=./cita-proto --ts_out=./proto-ts --js_out=import_style=commonjs,binary:./proto-ts ./cita-proto/blockchain.proto",
    "prepublish": "yarn run build && yarn run test"
  },
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "devDependencies": {
    "@types/node": "^9.6.1",
    "jest": "^23.5.0",
    "ts-protoc-gen": "^0.7.3",
    "typescript": "^2.8.1"
  },
  "dependencies": {
    "@appchain/signer": "^2.0.1",
    "@types/google-protobuf": "^3.2.7",
    "axios": "^0.18.0",
    "google-protobuf": "^3.5.0"
  }
}
