-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@grlt-hub/app-compose",
"version": "2.0.0-next.0",
"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",
"devDependencies": {
"@size-limit/preset-small-lib": "11.1.6",
"@vitest/coverage-v8": "2.1.8",
"clean-publish": "5.1.0",
"knip": "5.41.1",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"size-limit": "11.1.6",
"tslib": "2.8.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"peerDependencies": {
"effector": "23"
},
"volta": {
"node": "22.9.0",
"npm": "10.9.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/grlt-hub/app-compose.git"
},
"homepage": "https://grlt-hub.github.io/app-compose/",
"description": "Create scalable, module-based applications with ease.",
"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"
]
}