{
  "name": "@t2ee/validation",
  "version": "1.0.2",
  "description": "validation",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "rm -rf dist && tsc -p src/tsconfig.json",
    "build-test": "rm -rf test-dist/ && tsc -p src/tsconfig.test.json",
    "test": "npm run build-test && ava test-dist/**/*.test.js",
    "coverage": "npm run build-test && nyc ava -- test-dist/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t2ee/validation.git"
  },
  "keywords": [
    "t2ee",
    "validation"
  ],
  "author": "Qiaosen Huang",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/t2ee/validation/issues"
  },
  "homepage": "https://github.com/t2ee/validation#readme",
  "peerDependencies": {
    "@t2ee/core": "0.1.x",
    "typescript": "2.x",
    "reflect-metadata": "^0.1.10"
  },
  "devDependencies": {
    "ava": "^0.21.0",
    "nyc": "^11.1.0"
  }
}
