{
  "name": "protocol2-js",
  "version": "0.4.8",
  "description": "loopring protocol simulator core lib",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Loopring/protocol2-js"
  },
  "scripts": {
    "start": "tsc -p .; node build/src/main.js",
    "test": "mocha -r ts-node/register test/**/*.ts",
    "compile": "tsc -p .; copyfiles ABI/**/* build",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "prepublish": "npm run compile"
  },
  "keywords": [],
  "author": "loopring",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/mocha": "^5.2.0",
    "@types/node": "^10.1.2",
    "gts": "^0.6.0",
    "mocha": "^5.2.0",
    "ts-node": "^6.0.5",
    "types-bn": "0.0.1",
    "typescript": "^2.8.3",
    "copyfiles": "^2.1.0",
    "web3-typescript-typings": "^0.10.2"
  },
  "dependencies": {
    "@types/browserify": "^12.0.33",
    "@types/es6-promise": "^3.3.0",
    "@types/express": "^4.11.1",
    "@types/underscore": "^1.8.8",
    "bignumber.js": "^4.1.0",
    "bitwise-xor": "0.0.0",
    "bn.js": "^4.11.8",
    "es6-promisify": "^6.0.1",
    "ethereum-tx-decoder": "^2.0.1",
    "ethereumjs-abi": "^0.6.5",
    "ethereumjs-util": "^5.2.0",
    "express": "^4.16.3",
    "lodash": "^4.17.10",
    "web3": "^1.0.0-beta.48"
  }
}
