@injectable-ts/react
Version:
Purely-functional strictly-typed IoC/DI for TypeScript
33 lines (32 loc) • 782 B
JSON
{
"name": "@injectable-ts/react",
"version": "1.0.0-rc.0",
"sideEffects": false,
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.cjs.d.ts",
"dependencies": {
"@injectable-ts/core": "^1.0.0-rc.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"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",
"react"
]
}