@inversifyjs/reflect-metadata-utils
Version:
Reflect metadata utils
67 lines • 1.74 kB
JSON
{
"name": "@inversifyjs/reflect-metadata-utils",
"version": "1.5.0",
"description": "Reflect metadata utils",
"exports": {
".": "./lib/index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/inversify/monorepo.git"
},
"keywords": [
"dependency injection",
"dependency inversion",
"di",
"inversion of control container",
"ioc",
"javascript",
"node",
"reflect-metadata",
"typescript"
],
"author": "Roberto Pintos López",
"license": "MIT",
"bugs": {
"url": "https://github.com/inversify/monorepo/issues"
},
"devDependencies": {
"@stryker-mutator/core": "9.6.0",
"@stryker-mutator/vitest-runner": "9.6.0",
"@stryker-mutator/typescript-checker": "9.6.0",
"@types/node": "24.12.0",
"@vitest/coverage-v8": "4.1.0",
"eslint": "10.0.3",
"prettier": "3.8.1",
"rimraf": "6.1.3",
"tslib": "2.8.1",
"typescript": "5.9.3",
"vitest": "4.1.0",
"@inversifyjs/eslint-plugin-require-extensions": "0.2.0"
},
"devEngines": {
"node": "^24.10.0",
"pnpm": "^10.13.1"
},
"homepage": "https://inversify.io",
"peerDependencies": {
"reflect-metadata": "~0.2.2"
},
"publishConfig": {
"access": "public"
},
"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"
}
}