{
  "name": "equs",
  "version": "0.0.1-beta.1",
  "description": "",
  "main": "build/index.js",
  "scripts": {
    "test": "mocha  --timeout 1200000 -r ts-node/register test/*.spec.ts test/*/*.spec.ts",
    "test_report": "mocha  --timeout 1200000 --reporter mocha-junit-reporter --reporter-options mochaFile=mocha.xml -r ts-node/register test/*.ts test/*/*.spec.ts",
    "build": "tsc -p .",
    "in3:build": "cd scripts;./build_in3.sh",
    "in3:multi-build": "cd scripts;./build_multi_in3.sh",
    "in3:test-report": "mocha  --timeout 1200000 --reporter mocha-junit-reporter --reporter-options mochaFile=mocha-in3.xml -r ts-node/register test/*.spec.ts test/api_test/*.spec.ts",
    "notification:test-report": "mocha  --timeout 1200000 --reporter mocha-junit-reporter --reporter-options mochaFile=mocha-notification.xml -r ts-node/register test/notification/*.spec.ts",
    "notification:matrix-start": "docker run -d --name synapse -p 8008:8008 docker.slock.it/build-images/matrix-for-custody-local",
    "notification:matrix-stop": "docker rm -f $(docker ps -a -f name=synapse -q)",
    "notification:matrix-log": "docker logs synapse",
    "wallet:bunker-api-start": "node test/bunker-api/BunkerApi.js",
    "wallet:blockchain-start": "docker pull slockit/parity-time-maschine:latest && docker run --rm -p 8180:8180 -p 8545:8545 -p 8546:8546 slockit/parity-time-maschine:latest",
    "wallet:test-report": "mocha  --timeout 1200000 --reporter mocha-junit-reporter --reporter-options mochaFile=mocha-wallet.xml -r ts-node/register test/wallet/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://git.slock.it/in3/sdk/sdk-js.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.2.3",
    "@types/chai-as-promised": "^7.1.2",
    "@iamo/multisig_contracts": "^v0.1.9",
    "@types/mocha": "^5.2.7",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^6.2.1",
    "mocha-junit-reporter": "^2.0.0",
    "nyc": "^15.0.0",
    "ts-node": "^8.4.1",
    "tslint": "^5.20.0",
    "typedoc": "^0.20.35",
    "typedoc-plugin-markdown": "^3.7.1",
    "typescript": "^3.6.4",
    "yaml": "^1.10.2"
  },
  "dependencies": {
    "@iamo/custody-lib": "^0.1.1-beta.24",
    "@openzeppelin/contracts": "^4.0.0",
    "@types/node": "^14.0.27",
    "@types/web3": "1.0.20",
    "@iamo/notification": "^1.0.0",
    "axios": "^0.19.0"
  },
  "publishConfig": {
    "@in3:registry": "https://git.slock.it/api/v4/projects/1002/packages/npm/"
  }
}
