-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 677 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 677 Bytes
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
{
"name": "@camera.ui/automations",
"version": "0.0.0",
"private": true,
"description": "camera.ui community automations store (blueprints + catalog)",
"type": "module",
"scripts": {
"catalog": "tsx ./scripts/catalog.ts"
},
"homepage": "https://github.com/cameraui/automations#readme",
"bugs": {
"url": "https://github.com/cameraui/automations/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cameraui/automations.git"
},
"license": "MIT",
"author": "seydx",
"devDependencies": {
"@types/node": "^26.1.0",
"chalk": "^5.6.2",
"tsx": "^4.22.4",
"typescript": "5.9.3",
"zod": "4.4.3"
}
}