impair
Version:
A framework for building React applications with OOP principles and a layered architecture.
31 lines • 633 B
JSON
{
"name": "impair",
"version": "1.0.9",
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"author": {
"email": "kutlugsahin@gmail.com",
"name": "Kutlu Sahin"
},
"homepage": "https://github.com/kutlugsahin/impair",
"repository": {
"type": "git",
"url": "https://github.com/kutlugsahin/impair.git"
},
"keywords": [
"reactive",
"reactivity",
"react",
"oop",
"dependency",
"injection"
],
"peerDependencies": {
"react": ">=17.0.2",
"@vue/reactivity": ">=3.2.0",
"tsyringe": ">=4.8.0",
"reflect-metadata": ">=0.2.2"
},
"license": "MIT"
}