@grlt-hub/app-compose
Version:
Compose modules into apps
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "@grlt-hub/app-compose",
"version": "2.0.2",
"type": "module",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/README.md",
"/package.json",
"/dist"
],
"author": "Viktor Pasynok",
"license": "MIT",
"peerDependencies": {
"effector": "23"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/grlt-hub/app-compose.git"
},
"homepage": "https://grlt-hub.github.io/app-compose/",
"description": "Compose modules into apps",
"keywords": [
"grlt",
"grlt-hub",
"modular",
"scalable",
"application-composition",
"module-based",
"app-composition",
"dependency-injection",
"dependency-management",
"framework",
"application-assembly",
"modularity",
"app-development",
"composable-architecture",
"container-management",
"software-architecture",
"reusable-components",
"app-structure",
"composable-framework",
"module-integration",
"project-structure",
"container-composition",
"frontend di",
"front-end di"
]
}