{
  "name": "typeorm-typedi-extensions",
  "version": "0.4.1",
  "description": "Dependency injection and service container integration with TypeORM using TypeDI library.",
  "author": "TypeORM contributors",
  "license": "MIT",
  "sideEffects": false,
  "main": "./cjs/index.js",
  "module": "./esm5/index.js",
  "es2015": "./esm2015/index.js",
  "typings": "./types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/typeorm/typeorm-typedi-extensions.git"
  },
  "tags": [
    "orm",
    "typescript",
    "typescript-orm",
    "typeorm-typedi-extensions",
    "typeorm-typedi"
  ],
  "peerDependencies": {
    "typedi": ">=0.10.0",
    "typeorm": ">=0.2.30"
  }
}
