@rokkit.ts/dependency-injection
Version:
TypeScript dependency injection library using decorators for the rokkit.ts framework and other projects
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@rokkit.ts/dependency-injection",
"version": "0.4.1",
"description": "TypeScript dependency injection library using decorators for the rokkit.ts framework and other projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokkit-ts/rokkit.ts-dependency-injection.git"
},
"keywords": [
"Dependency",
"injection",
"rokkit.ts"
],
"author": "Jann Deterling",
"license": "MIT",
"bugs": {
"url": "https://github.com/rokkit-ts/rokkit.ts-dependency-injection/issues"
},
"homepage": "https://github.com/rokkit-ts/rokkit.ts-dependency-injection#readme",
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^12.12.34",
"husky": "^3.1.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^1.11.1",
"ts-jest": "^25.2.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.8.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@rokkit.ts/class-declaration-resolver": "^0.2.1",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
"access": "public"
}
}