{
  "name": "@tacitknowledge/validator",
  "version": "1.5.9",
  "description": "Core for Validator ",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepublish": "npm run clean && npm run test && tsc",
    "clean": "rimraf lib",
    "test": "NODE_ENV=development nyc ./node_modules/mocha/bin/mocha -r ts-node/register src/__tests__/**/*.test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/tacitknowledge/tacitknowledge-validator"
  },
  "keywords": [
    "validation",
    "engine",
    "validator",
    "async",
    "validation",
    "processor"
  ],
  "author": "Andrei Balmus <abalmus@tacitknowledge.com>",
  "license": "MIT",
  "dependencies": {
    "date-fns": "^1.29.0",
    "lodash": "^4.17.4",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.0.10",
    "@types/es6-promise": "0.0.33",
    "@types/mocha": "^2.2.45",
    "chai": "^4.1.2",
    "isomorphic-fetch": "^2.2.1",
    "mocha": "^4.1.0",
    "nock": "^9.1.6",
    "nyc": "^11.4.1",
    "rimraf": "^2.6.2",
    "sinon": "^7.2.2",
    "sinon-chai": "^3.3.0",
    "ts-node": "^4.1.0",
    "typescript": "^2.6.2",
    "typings": "^2.1.1"
  },
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts",
      ".tsx",
      ".js"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "bugs": {
    "url": "https://bitbucket.org/tacitknowledge/tacitknowledge-validator/admin/issues"
  },
  "homepage": "https://bitbucket.org/tacitknowledge/tacitknowledge-validator/wiki/Home",
  "sideEffects": false,
  "directories": {
    "lib": "lib"
  }
}
