{
  "name": "@augurproject/test",
  "version": "2.1.13",
  "description": "Augur Test",
  "author": "The Augur Developers <team@augur.net>",
  "license": "MIT",
  "main": "build",
  "directories": {
    "tests": "src/tests"
  },
  "scripts": {
    "lint": "tslint -c tslint.json -p . src/tests/*.ts ./tests/**/*.ts ./tests/**/**/*.ts ./tests/**/**/**/*.ts",
    "build": "tsc -b",
    "watch": "tsc -w",
    "nuke": "rm -f package-lock.json; rm -f yarn.lock; rm -rf node_modules; yarn clean",
    "prepare": "tsc -b",
    "clean": "echo delete database",
    "rebuild": "yarn clean && yarn build",
    "prepush": "yarn lint",
    "test": "jest",
    "generate:data": "node -r ts-node/register src/tests/fixtures/generate-mock-data.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AugurProject/augur.git"
  },
  "bugs": {
    "url": "https://github.com/AugurProject/augur/issues"
  },
  "homepage": "https://github.com/AugurProject/augur#readme",
  "dependencies": {
    "@augurproject/artifacts": "^2.1.13",
    "@augurproject/core": "^2.1.13",
    "@augurproject/sdk": "^2.1.13",
    "@augurproject/sdk-lite": "^2.1.13",
    "@augurproject/tools": "^2.1.13",
    "ethereumjs-util": "6.1.0",
    "ethers": "4.0.47",
    "levelup": "4.2.0",
    "memdown": "4.1.0"
  },
  "devDependencies": {
    "@types/argparse": "1.0.36",
    "@types/node": "10.14.18",
    "@types/supertest": "2.0.8",
    "ganache-core": "2.9.1",
    "ipfsd-ctl": "3.0.0",
    "supertest": "4.0.2",
    "ts-node": "9.0.0",
    "tsconfig-paths": "3.9.0",
    "typescript": "3.9.7"
  },
  "resolutions": {
    "**/sha3": "2.0.1",
    "**/memdown": "4.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3df4c197bf462f099184c18d88ac72f2316f6fbb"
}
