{
  "name": "ditox",
  "version": "3.3.0",
  "description": "Dependency injection for web applications",
  "license": "MIT",
  "author": "Mikhail Nasyrov <mikhail@mnasyrov.com> (https://github.com/mnasyrov)",
  "homepage": "https://github.com/mnasyrov/ditox",
  "bugs": "https://github.com/mnasyrov/ditox/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mnasyrov/ditox.git"
  },
  "keywords": [
    "dependency container",
    "dependency injection",
    "typescript",
    "javascript",
    "npm",
    "dependency",
    "injection",
    "container",
    "module",
    "ioc",
    "di"
  ],
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist",
    "docs",
    "src",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "unpkg": "dist/index.umd.js",
  "umd:main": "dist/index.umd.js",
  "browser": "dist/index.js",
  "react-native": "dist/index.js",
  "types": "./dist/index.d.cts",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "rm -rf dist lib",
    "build": "tsdown",
    "typedoc": "typedoc"
  },
  "gitHead": "b092f487c06b35fb2c1125303d6e4942bc2a66b9"
}
