@ns3/react-di
Version:
React implementation of dependency injection based on @ns3/di
35 lines (34 loc) • 786 B
JSON
{
"name": "@ns3/react-di",
"description": "React implementation of dependency injection based on @ns3/di",
"version": "4.3.0",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/Bielik20/ts-libs"
},
"homepage": "https://github.com/Bielik20/ts-libs/tree/master/libs/react-di#readme",
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"dependency injection",
"dependency inversion",
"di",
"inversion of control container",
"ioc",
"javascript",
"node",
"typescript"
],
"peerDependencies": {
"@ns3/di": "^4.3.0",
"@ns3/ts-utils": "^4.3.0",
"react": "^18.0.0"
},
"module": "./index.esm.js",
"type": "module",
"main": "./index.esm.js"
}