{
  "name": "nem2-sdk",
  "version": "0.17.0",
  "description": "Reactive Nem2 sdk for typescript and javascript",
  "scripts": {
    "pretest": "npm run build",
    "test": "mocha --ui bdd --recursive ./dist/test --timeout 90000",
    "e2econfigcopy": "gulp",
    "test:e2e": "npm run build && mocha --ui bdd --recursive ./dist/e2e --timeout 90000",
    "test:all": "mocha --ui bdd --recursive ./dist/ --timeout 90000",
    "build": "rm -rf dist/ && tsc && npm run e2econfigcopy",
    "test:cov": "nyc --reporter=lcov --reporter=text-summary npm t",
    "test:coveralls": "npm run test:cov | coveralls",
    "coveralls-report": "cat ./coverage/lcov.info | coveralls"
  },
  "contributors": [
    {
      "name": "Aleix",
      "email": "aleix@nemeurope.eu"
    },
    {
      "name": "Guillem",
      "email": "guillem@nemeurope.eu"
    }
  ],
  "bugs": "https://github.com/nemtech/nem2-sdk-typescript-javascript/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/nemtech/nem2-sdk-typescript-javascript.git"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/nemtech/nem2-sdk-typescript-javascript#readme",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/crypto-js": "^3.1.43",
    "@types/lodash": "^4.14.85",
    "@types/long": "^4.0.0",
    "@types/mocha": "^2.2.44",
    "@types/request": "^2.47.0",
    "@types/request-promise-native": "^1.0.14",
    "@types/utf8": "^2.1.6",
    "@types/ws": "^3.2.0",
    "assert": "^1.4.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.6",
    "gulp": "^4.0.2",
    "gulp-typescript": "^5.0.1",
    "mocha": "^4.0.1",
    "nyc": "^14.1.1",
    "secure-random": "^1.1.1",
    "ts-mockito": "^2.4.0",
    "ts-node": "^5.0.1",
    "tslint": "^5.20.1",
    "typescript": "^2.9.2",
    "typescript-require": "^0.2.10"
  },
  "dependencies": {
    "bluebird": "^3.5.5",
    "catbuffer": "0.0.11",
    "crypto-js": "^3.1.9-1",
    "futoin-hkdf": "^1.3.1",
    "js-joda": "^1.6.2",
    "js-sha256": "^0.9.0",
    "js-sha3": "^0.8.0",
    "js-sha512": "^0.8.0",
    "long": "^4.0.0",
    "merkletreejs": "^0.1.7",
    "nem2-sdk-openapi-typescript-node-client": "0.8.4",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5",
    "ripemd160": "^2.0.2",
    "rxjs": "^6.5.3",
    "rxjs-compat": "^6.5.3",
    "tweetnacl": "^1.0.3",
    "utf8": "^2.1.2",
    "ws": "^5.2.0"
  },
  "peerDependencies": {
    "js-joda": "^1.6.2",
    "utf8": "^2.1.2",
    "rxjs": "^6.5.3"
  },
  "nyc": {
    "exclude-after-remap": false,
    "exclude": [
      "**/*.spec.js",
      "gulpfile.js"
    ]
  }
}
