{
  "name": "@gallant/di",
  "version": "0.2.3",
  "description": "Straighforward Dependency Injection for Typescript/JavaScript applications",
  "main": "./lib/main.js",
  "types": "./lib/main.d.ts",
  "repository": "pedromsilvapt/gallant-di",
  "keywords": [
    "dependency injection",
    "di",
    "inversion of control",
    "services",
    "injector",
    "javascript",
    "typescript"
  ],
  "scripts": {
    "test": "tape lib/Specs/**/*.js | tap-dot"
  },
  "author": "Pedro M. Silva <pemiolsi@hotmail.com>",
  "license": "ISC",
  "dependencies": {
    "@gallant/annotate": "0.0.1",
    "data-collectors": "^1.0.4",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@types/tape": "^4.13.0",
    "tap-dot": "^2.0.0",
    "tape": "^5.0.1"
  }
}
