-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "opencode-mobile-client",
"private": true,
"version": "1.7.2",
"opencode": {
"targetRelease": "v2.3.0"
},
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"test": "vitest run",
"build": "vite build",
"preview": "vite preview",
"preview:host": "vite preview --host 0.0.0.0 --port 4173 --strictPort",
"browser:smoke": "bash scripts/dev/browser-smoke.sh",
"release:proof": "bash scripts/dev/release-proof.sh",
"workflow:check": "bash scripts/dev/workflow-check.sh",
"repo:doctor": "bash scripts/dev/doctor.sh",
"phase:show": "cat .opencode/plans/current-phase.md",
"backlog:show": "cat .opencode/backlog/candidates.yaml",
"validate:local": "npm run workflow:check && npm run lint && npm run test && npm run build",
"autoflow:test": "bash scripts/dev/test-autoflow.sh"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.2.0",
"globals": "^17.5.0",
"playwright": "^1.59.1",
"vite": "^6.4.2",
"vitest": "^4.1.4"
}
}