dependency-injection-cat
Version:
DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!
40 lines • 841 B
JSON
{
"name": "dependency-injection-cat",
"version": "1.1.0",
"main": "index.js",
"types": "index.d.ts",
"author": "Artem Kornev",
"license": "MIT",
"private": false,
"keywords": [
"ioc",
"inversion of control",
"di",
"dependency injection",
"typescript",
"babel",
"webpack",
"cat",
"clean architecture",
"container",
"dependency injection container"
],
"repository": {
"url": "https://github.com/artem1458/dependency-injection-cat"
},
"peerDependencies": {
"typescript": "4.X.X"
},
"dependencies": {
"chalk": "^4.1.0",
"glob": "^7.1.6",
"graphlib": "^2.1.8",
"json-beautify": "^1.1.1",
"line-column": "^1.0.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"minimatch": "^3.0.4",
"tsconfig-paths": "^3.9.0",
"upath": "^2.0.1"
}
}