{
  "name": "inversify-components",
  "version": "0.5.0",
  "description": "Plugin based mini core framework. Combines InversifyJS with Extension Point Pattern / Service Provider Interfaces. Enables building components with inversify using binding descriptors.",
  "keywords": [
    "InversifyJS",
    "scoped dependecy injection",
    "dependecy injection"
  ],
  "main": "lib/inversify-components.js",
  "typings": "./dts/inversify-components.d.ts",
  "bugs": "https://github.com/webcomputing/inversify-components/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/webcomputing/inversify-components"
  },
  "peerDependencies": {
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13"
  },
  "dependencies": {
    "debug": "^4.1.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "gulp": "^4.0.2",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.1",
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13",
    "tslint": "^6.1.0",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Antonius Ostermann <ostermann.antonius@gmail.com> (https://www.antonius-ostermann.de)",
  "license": "MIT"
}
