UNPKG

ioc-check

Version:

Runtime checks for error free dependency injection.

44 lines (43 loc) 1.08 kB
{ "name": "ioc-check", "version": "2.1.0", "description": "Runtime checks for error free dependency injection.", "main": "./dist", "types": "./dist", "scripts": { "test": "nyc mocha --parallel", "typecheck": "tsc", "build": "tsc -b tsconfig.prod.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Miladiir/ioc-check-ts.git" }, "keywords": [ "ioc", "dependency-injection", "typescript", "typescript-ioc", "inversion-of-control" ], "author": "Oliver Conzen", "license": "MIT", "bugs": { "url": "https://github.com/Miladiir/ioc-check-ts/issues" }, "homepage": "https://github.com/Miladiir/ioc-check-ts#readme", "funding": "https://github.com/sponsors/Miladiir", "devDependencies": { "@types/chai": "^4.2.15", "@types/mocha": "^10.0.1", "chai": "^4.3.4", "mocha": "^10.0.0", "nyc": "^15.1.0", "ts-node": "^9.1.1", "typescript": "^5.0.3" }, "files": [ "dist" ] }