{
  "name": "blow-validate",
  "version": "0.1.11",
  "description": "Validation for Blow entities.",
  "main": "lib/blow-validate.js",
  "scripts": {
    "lint": "tslint -c tslint.json src/*.ts src/**/*.ts src/**/**/*.ts",
    "pretest": "npm run build && tsc test/*.ts --module commonjs --target ES6 --experimentalDecorators --emitDecoratorMetadata",
    "test": "mocha --harmony_default_parameters --harmony_destructuring",
    "coverage": "npm run pretest && ./node_modules/.bin/istanbul cover _mocha --harmony_default_parameters --harmony_destructuring && npm run posttest",
    "coverage:open": "open coverage/lcov-report/index.html",
    "posttest": "find ./test -name '*.js' -type f -delete && find ./src -name '*.js' -type f -delete",
    "watch:src": "tsc --watch",
    "watch:lib": "nodemon --harmony_default_parameters --harmony_destructuring ./lib/blow-validate.js",
    "build": "rm -rf ./lib && tsc"
  },
  "keywords": [
    "data",
    "validator",
    "validate",
    "blow",
    "typescript"
  ],
  "author": "Maciej Chmielarski <m.chmielarski@gmail.com>",
  "license": "MIT",
  "typings": "lib/blow-validate.d.ts",
  "dependencies": {
    "joi": "^7.2.3",
    "rxjs": "5.0.0-beta.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mchmielarski/blow-validate"
  }
}
