-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 4.76 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 4.76 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "gingee",
"version": "1.0.4",
"description": "Gingee, a secure, batteries included, feature rich, multi-database, enterprise ready application server, co-authored by a human architect and a Generative AI partner.",
"main": "gingee.js",
"scripts": {
"start": "node gingee.js",
"dev": "nodemon gingee.js",
"build": "node ./build/package.js",
"build-ai-context": "node ./build/create-ai-context.js",
"build-dev-ai-context": "node ./build/create-dev-context.js",
"count": "cloc . --exclude-ext=\"json,md,txt\" --exclude-dir=\"node_modules,dev-docs,build,backups,temp,logs,docs\"",
"lint": "eslint .",
"format": "prettier --write \"**/*.{js,json,md,html,css}\"",
"docs": "jsdoc -c .jsdoc.json && markdown-to-html --source ./docs/concepts.md --output ../gingee-docs/docs/concepts.html && markdown-to-html --source ./docs/server-config.md --output ../gingee-docs/docs/server-config.html && markdown-to-html --source ./docs/app-structure.md --output ../gingee-docs/docs/app-structure.html && markdown-to-html --source ./docs/server-script.md --output ../gingee-docs/docs/server-script.html && markdown-to-html --source ./docs/features.md --output ../gingee-docs/docs/features.html && markdown-to-html --source ./docs/roadmap.md --output ../gingee-docs/docs/roadmap.html && markdown-to-html --source ./docs/CONTRIBUTING.md --output ../gingee-docs/docs/CONTRIBUTING.html && markdown-to-html --source ./docs/CODE_OF_CONDUCT.md --output ../gingee-docs/docs/CODE_OF_CONDUCT.html && markdown-to-html --source ./docs/packaging-guide.md --output ../gingee-docs/docs/packaging-guide.html && markdown-to-html --source ./docs/gingee-cli.md --output ../gingee-docs/docs/gingee-cli.html && markdown-to-html --source ./docs/ai-disclaimer.md --output ../gingee-docs/docs/ai-disclaimer.html && markdown-to-html --source ./docs/app-developer-guide.md --output ../gingee-docs/docs/app-developer-guide.html && markdown-to-html --source ./docs/glade-admin.md --output ../gingee-docs/docs/glade-admin.html && markdown-to-html --source ./docs/permissions-guide.md --output ../gingee-docs/docs/permissions-guide.html && markdown-to-html --source ./docs/threat-model.md --output ../gingee-docs/docs/threat-model.html && markdown-to-html --source ./docs/gstore-hosting-guide.md --output ../gingee-docs/docs/gstore-hosting-guide.html && markdown-to-html --source ./docs/app-spadev-guide.md --output ../gingee-docs/docs/app-spadev-guide.html",
"test": "jest --runInBand",
"contribute": "echo \"Thank you for your interest! Please see CONTRIBUTING.md for our unique Human-AI collaborative development guidelines.\""
},
"repository": {
"type": "git",
"url": "https://github.com/gingerhome/gingee.git"
},
"bugs": {
"url": "https://github.com/gingerhome/gingee/issues"
},
"homepage": "https://github.com/gingerhome/gingee#readme",
"keywords": [
"genai",
"ai-authored",
"llm",
"collaborative-ai",
"web server",
"app server",
"app platform",
"app framework",
"framework",
"backend",
"sandbox",
"multi-database",
"enterprise"
],
"author": "Google Gemini (Developer, Test Writer, Tech Writer), Vignesh Swaminathan (Architect, Tester, Reviewer)",
"contributors": [
"Google Gemini (GenAI Partner)"
],
"license": "MIT",
"engines": {
"node": ">=16.7.0"
},
"genai": {
"methodology": "Dialog-Driven Development",
"partner": "Google Gemini",
"workflow": "See ai-disclaimer.md for details on the human-AI collaborative process."
},
"dependencies": {
"app-module-path": "^2.2.0",
"archiver": "^8.0.0",
"argon2": "^0.44.0",
"axios": "^1.18.1",
"better-sqlite3": "^12.11.1",
"bs58": "^6.0.0",
"cheerio": "^1.2.0",
"crc-32": "^1.2.2",
"croner": "^10.0.1",
"extract-zip": "^2.0.1",
"fast-glob": "^3.3.3",
"form-data": "^4.0.6",
"formidable": "^3.5.4",
"he": "^1.2.0",
"http-proxy-middleware": "^4.2.0",
"ioredis": "^5.11.1",
"js-sha3": "^0.9.3",
"jsbarcode": "^3.12.3",
"mime-types": "^3.0.2",
"path-to-regexp": "^8.4.2",
"qrcode": "^1.5.4",
"sharp": "^0.35.3",
"sucrase": "^3.35.1",
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0",
"yauzl": "^3.4.0"
},
"optionalDependencies": {
"@google/generative-ai": "^0.24.1",
"@sendgrid/mail": "^8.1.6",
"canvas": "^3.1.2",
"chartjs-node-canvas": "^5.0.0",
"mssql": "^12.7.0",
"mysql2": "^3.22.6",
"oracledb": "^7.0.0",
"pdfmake": "^0.3.11",
"pg": "^8.22.0"
},
"devDependencies": {
"docdash": "^2.0.2",
"eslint": "^10.6.0",
"fs-extra": "^11.3.6",
"jest": "^30.4.2",
"jest-html-reporter": "^4.4.0",
"jsdoc-to-markdown": "^9.1.3",
"markdown-to-html-cli": "^5.0.4",
"nodemon": "^3.1.14",
"prettier": "^3.9.4"
}
}