-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "augen",
"version": "1.0.0-beta",
"description": "AI-powered vision assistant for accessibility with voice interaction, three-mode UX, and multilingual support",
"main": "index.html",
"scripts": {
"dev": "wrangler dev src/worker/worker.js",
"deploy": "wrangler deploy -e production",
"deploy:worker": "wrangler deploy src/worker/worker.js --name augen-api-prod --compatibility-date 2024-01-01",
"setup": "cp wrangler.toml.local wrangler.toml",
"serve": "python3 -m http.server 8080",
"start": "npm run serve"
},
"keywords": [
"accessibility",
"AI",
"vision",
"voice",
"multilingual",
"assistive-technology",
"screen-reader",
"groq",
"cloudflare-workers",
"material-design",
"TTS",
"STT"
],
"author": "Claude Code",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sortedmess/augen.git"
},
"bugs": {
"url": "https://github.com/sortedmess/augen/issues"
},
"homepage": "https://augen.ignacio.tech",
"devDependencies": {
"wrangler": "^4.33.1"
}
}