ioc-lite
Version:
IoC Container library which helps to keep inversion of control principle by using DI pattern for javascript/typescript projects
32 lines (31 loc) • 819 B
JSON
{
"name": "ioc-lite",
"version": "1.2.3",
"description": "IoC Container library which helps to keep inversion of control principle by using DI pattern for javascript/typescript projects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf ./dist && mkdir dist",
"build": "yarn clean && tsc",
"publish": "yarn build && npm publish"
},
"author": "Nazar Bulych <nazar.bnm@gmail.com>",
"license": "MIT",
"devDependencies": {
"typescript": "4.7.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Nazar-bnm/ioc-lite"
},
"keywords": [
"IoC",
"inversion of control",
"DIP",
"dependency inversion principle",
"DI",
"dependency injection",
"IoC Container",
"inversion of control container"
]
}