-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.41 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@venizia/lib",
"version": "0.0.0",
"description": "High-performance TypeScript server infrastructure framework combining LoopBack 4 enterprise patterns (IoC, Repositories, Decorators) with Hono speed (~140k req/s). Built on Drizzle ORM, Zod validation, and convention-based bootstrapping for Bun and Node.js.",
"keywords": [
"backend",
"bun",
"decorator",
"dependency-injection",
"drizzle-orm",
"enterprise",
"framework",
"hono",
"ignis",
"inversion-of-control",
"monorepo",
"nodejs",
"openapi",
"postgresql",
"repository-pattern",
"rest-api",
"server",
"swagger",
"typescript",
"venizia"
],
"homepage": "https://venizia-ai.github.io/ignis",
"repository": {
"type": "git",
"url": "git+https://github.com/VENIZIA-AI/ignis.git"
},
"bugs": {
"url": "https://github.com/VENIZIA-AI/ignis/issues"
},
"author": {
"name": "VENIZIA AI Developer",
"email": "developer@venizia.ai",
"url": "https://venizia.ai"
},
"license": "MIT",
"private": true,
"engines": {
"bun": ">=1.3"
},
"workspaces": [
"packages/*",
"examples/*",
"docs/*"
],
"scripts": {
"force-update": "bun run --filter \"@venizia/*\" force-update",
"docs:dev": "bun run --filter \"@venizia/ignis-docs\" docs:dev",
"mcp:dev": "bun run --filter \"@venizia/ignis-docs\" mcp:dev"
},
"dependencies": {
"@bufbuild/buf": "^1.70.0",
"@bufbuild/protobuf": "^2.12.0",
"@bufbuild/protoc-gen-es": "^2.12.0",
"@connectrpc/connect": "^2.1.2",
"@connectrpc/connect-web": "^2.1.2",
"@hono/node-server": "^2.0.4",
"@mastra/core": "1.42.0",
"@mastra/mcp": "1.10.0",
"@platformatic/kafka": "^2.3.0",
"@scalar/hono-api-reference": "^0.11.3",
"@tanstack/react-query": "^5.101.0",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19.2.17",
"antd": "^6.4.4",
"axios": "^1.17.0",
"bullmq": "^5.78.1",
"cytoscape": "^3.34.0",
"dayjs": "^1.11.21",
"dompurify": "^3.4.10",
"eslint-plugin-unicorn": "^65.0.1",
"fuse.js": "^7.4.2",
"hono": "^4.12.25",
"ioredis": "^5.11.1",
"jose": "^6.2.3",
"pg": "^8.21.0",
"prettier": "^3.8.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.17.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"vue": "^3.5.38",
"zod": "^4.4.3"
}
}