{
  "name": "@technove/inject",
  "description": "Dependency injection for TypeScript",
  "version": "0.1.12",
  "license": "MIT",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "dependency",
    "injection",
    "typescript",
    "library"
  ],
  "homepage": "https://github.com/TECHNOVE/inject#readme",
  "bugs": {
    "url": "https://github.com/TECHNOVE/inject/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TECHNOVE/inject.git"
  },
  "dependencies": {},
  "peerDependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@pika/pack": "^0.5.0",
    "@pika/plugin-build-node": "^0.9.2",
    "@pika/plugin-build-types": "^0.9.2",
    "@pika/plugin-build-web": "^0.9.2",
    "@pika/plugin-standard-pkg": "^0.9.2",
    "@pika/plugin-ts-standard-pkg": "^0.9.2",
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^5.3.1",
    "@typescript-eslint/parser": "^5.3.1",
    "chai": "^4.3.4",
    "eslint": "^8.2.0",
    "mocha": "^9.1.3",
    "prettier": "^2.4.1",
    "reflect-metadata": "^0.1.13",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "module": "dist-web/index.js"
}
