@injectable-ts/core
Version:
Purely-functional strictly-typed IoC/DI for TypeScript
29 lines (28 loc) • 712 B
JSON
{
"name": "@injectable-ts/core",
"version": "1.0.0-rc.0",
"sideEffects": false,
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.cjs.d.ts",
"dependencies": {
"@frp-ts/utils": "^1.0.0-beta.3"
},
"description": "Purely-functional strictly-typed IoC/DI for TypeScript",
"author": "raveclassic@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/raveclassic/injectable-ts.git"
},
"homepage": "https://github.com/raveclassic/injectable-ts#readme",
"bugs": {
"url": "https://github.com/raveclassic/injectable-ts/issues"
},
"keywords": [
"typescript",
"di",
"ioc",
"dependency injection"
]
}