-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "vision-ui-ki-actions",
"version": "1.0.0",
"description": "Produktziel: **Vision + Voice** (iPhone/Webcam) → **Intent + Plan** → **Bestätigung** → **OpenClaw Browser Actions**.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"dev": "tsx src/server.ts",
"cli": "tsx src/cli.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderSmyslowski/vision-ui-ki-actions.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexanderSmyslowski/vision-ui-ki-actions/issues"
},
"homepage": "https://github.com/AlexanderSmyslowski/vision-ui-ki-actions#readme",
"dependencies": {
"express": "^5.2.1",
"multer": "^2.0.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/multer": "^2.0.0",
"@types/node": "^25.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}