{
  "name": "@graphql-modules/di",
  "version": "0.7.17",
  "repository": "https://github.com/Urigo/graphql-modules.git",
  "homepage": "https://graphql-modules.com/",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "yarn clean",
    "build": "bob",
    "prepack": "bob-update-version",
    "test": "jest --config ../../jest.config.js"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.12"
  },
  "devDependencies": {
    "bob-the-bundler": "0.3.4",
    "jest": "26.0.1",
    "reflect-metadata": "0.1.13",
    "typescript": "3.9.2"
  },
  "dependencies": {
    "events": "3.1.0",
    "tslib": "2.0.0"
  },
  "sideEffects": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "buildOptions": {
    "input": "./src/index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f7ca28b54de9c3677fccf2e8f3c3405159b38be1"
}
