{
  "name": "@zuu/vet",
  "version": "4.0.8",
  "description": "Zuu's Common Components",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec",
    "compile": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IAmTheVex/zuu.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "zuu",
    "web-framework",
    "typescript",
    "backend-framework",
    "nodejs",
    "common",
    "di"
  ],
  "author": {
    "name": "Laurentiu Ciobanu |vex",
    "email": "laurentiu@thevexis.me"
  },
  "license": "MIT",
  "dependencies": {
    "@types/node": "^10.0.4",
    "@zuu/mirror": "^4.0.2",
    "reflect-metadata": "^0.1.12",
    "require-glob": "^3.2.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1",
    "typescript": "^2.8.3"
  }
}
