{
  "name": "wirebox",
  "version": "0.7.1",
  "type": "module",
  "module": "./index.js",
  "description": "A simple but flexible dependency injection library.",
  "keywords": [
    "dependency injection",
    "di",
    "ioc",
    "inversion of control",
    "typescript"
  ],
  "homepage": "https://github.com/lkwr/wirebox#readme",
  "bugs": {
    "url": "https://github.com/lkwr/wirebox/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lkwr/wirebox.git"
  },
  "license": "MIT",
  "author": "Lukas Heizmann",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  }
}