{
  "name": "ditox-react",
  "version": "3.3.0",
  "description": "Dependency injection for web applications: adapters for React.js",
  "publishConfig": {
    "access": "public"
  },
  "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": [
    "react",
    "react.js",
    "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"
  },
  "peerDependencies": {
    "ditox": "^3.2.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "16.2.0",
    "@types/react": "19.0.10",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-test-renderer": "19.0.0"
  },
  "gitHead": "b092f487c06b35fb2c1125303d6e4942bc2a66b9"
}
