js-dep-injector
Version:
Dependency injector class.
25 lines (24 loc) • 510 B
JSON
{
"name": "js-dep-injector",
"version": "0.0.1",
"description": "Dependency injector class.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/avkad1/dpi"
},
"keywords": [
"dependency",
"injector"
],
"author": "Avinash Ramesha",
"license": "UNLICENSED",
"devDependencies": {
"husky": "^7.0.4",
"prettier": "^2.5.1"
}
}