UNPKG

@inversifyjs/container

Version:

InversifyJs container

72 lines 1.88 kB
{ "author": "Remo H. Jansen", "bugs": { "url": "https://github.com/inversify/monorepo/issues" }, "description": "InversifyJs container", "dependencies": { "@inversifyjs/common": "2.0.1", "@inversifyjs/core": "12.0.0", "@inversifyjs/plugin": "0.3.1", "@inversifyjs/reflect-metadata-utils": "1.5.0" }, "devDependencies": { "@stryker-mutator/core": "9.6.1", "@stryker-mutator/vitest-runner": "9.6.1", "@stryker-mutator/typescript-checker": "9.6.1", "@types/node": "24.13.2", "@vitest/coverage-v8": "4.1.9", "eslint": "10.6.0", "prettier": "3.9.4", "rimraf": "6.1.3", "typescript": "6.0.3", "vitest": "4.1.9", "@inversifyjs/eslint-plugin-require-extensions": "0.2.0" }, "peerDependencies": { "reflect-metadata": "~0.2.2" }, "devEngines": { "node": "^24.10.0", "pnpm": "^11.0.0" }, "homepage": "https://inversify.io", "keywords": [ "dependency injection", "dependency inversion", "di", "inversion of control container", "ioc", "javascript", "node", "typescript" ], "license": "MIT", "exports": { ".": "./lib/index.js" }, "type": "module", "name": "@inversifyjs/container", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/inversify/monorepo.git" }, "sideEffects": true, "version": "3.0.0", "scripts": { "build": "tsc", "build:clean": "rimraf lib", "format": "prettier --write ./src", "lint": "eslint ./src", "prebuild": "pnpm run build:clean", "test": "vitest run", "test:integration": "pnpm run test --project Integration", "test:coverage": "pnpm run test:unit --coverage", "test:mutation": "stryker run", "test:uncommitted": "pnpm run test --changed=HEAD", "test:unit": "pnpm run test --project Unit" } }