{
  "name": "better-inject",
  "version": "1.3.3",
  "description": "node typescript depend inject",
  "keywords": [
    "dependency",
    "ioc",
    "aop",
    "Aspect Oriented Programming",
    "spring",
    "injection",
    "service",
    "container",
    "inversion-of-control",
    "node",
    "typescript"
  ],
  "main": "index.js",
  "author": "zcs",
  "repository": {
    "type": "git",
    "url": "https://github.com/zcs19871221/better-inject"
  },
  "license": "ISC",
  "scripts": {
    "analyze": "node --inspect=0.0.0.0:9229 dist/index.js",
    "compile": "tsc",
    "clear": "jest --clearCache",
    "test": "tsc && jest",
    "jest": "jest",
    "watch": "tsc --watch",
    "build": "npm test && node ./bin/clean.js && npm run compile",
    "preversion": "npm run build",
    "postversion": "node ./bin/copy.js && node ./bin/deltest.js && cd dist && npm publish"
  },
  "devDependencies": {
    "@types/jest": "^26.0.10",
    "@types/node": "^13.13.15",
    "better-fs": "^11.0.4",
    "jest": "^26.4.0",
    "prettier": "^1.19.1",
    "ts-jest": "^26.2.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  }
}
