{
  "name": "wasabi-common",
  "version": "2.5.16",
  "description": "lib/index.js",
  "main": "lib/index.js",
  "typings": "lib/index",
  "scripts": {
    "test": "node ./tools/command/test.js",
    "test:electron": "electron-mocha --renderer --opts ./tools/test/mocha.opts",
    "testd": "node ./tools/command/testd.js",
    "testd:electron": "electron-mocha --renderer --interactive --opts ./tools/test/mocha.opts",
    "test:server": "node ./tools/test/server.js",
    "build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
    "docs": "rimraf ./docs && typedoc --name Wasabi-Common --readme ./README.md --exclude **/__test__/**/* --out ./docs/ ./src/  && node node_modules/shx/lib/cli.js touch ./docs/.nojekyll"
  },
  "author": "kamilbukum@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/lodash": "^4.14.116",
    "@types/mocha": "^5.2.5",
    "@types/sinon": "^5.0.1",
    "chai": "^4.1.2",
    "colors": "^1.3.1",
    "electron": "^2.0.7",
    "electron-mocha": "^6.0.4",
    "json-server": "^0.14.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "shx": "^0.3.2",
    "sinon": "^6.1.5",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-config-airbnb": "^5.10.0",
    "typedoc": "^0.12.0",
    "typescript": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wasabi-io/wasabi-common.git"
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "src/**/*.d.ts"
    ],
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "dependencies": {
    "es6-promise": "^4.2.4",
    "fast-deep-equal": "^2.0.1"
  }
}
