-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.59 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.59 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
{
"name": "tsv-expenses",
"version": "3.7.0",
"description": "Minimal business expense tracker for Texas Sunset Venues - Office Supplies & Employee Benefits",
"main": "app.js",
"scripts": {
"start": "npx serve -l 8080",
"dev": "npx serve -l 8080",
"test": "node ./node_modules/.bin/playwright test",
"test:headed": "node ./node_modules/.bin/playwright test --headed",
"test:ui": "node ./node_modules/.bin/playwright test --ui",
"test:visual": "node scripts/visual-test/capture.js all",
"test:visual:analyze": "node scripts/visual-test/analyze.js",
"test:visual:update": "node ./node_modules/.bin/playwright test --update-snapshots",
"lint": "node scripts/lint.js",
"models:refresh": "node scripts/refresh-openclaw-models.js",
"models:refresh:general": "node scripts/refresh-openclaw-models.js general",
"models:refresh:image": "node scripts/refresh-openclaw-models.js image",
"openclaw:preflight": "node scripts/openclaw-preflight.js",
"openclaw:preflight:dry": "node scripts/openclaw-preflight.js --dry-run",
"openclaw:optimize": "node scripts/openclaw-optimize.js coding",
"openclaw:optimize:general": "node scripts/openclaw-optimize.js general",
"openclaw:util:report": "node scripts/openclaw-lane-log.js report 7",
"openclaw:util:local": "node scripts/openclaw-lane-log.js record local coding"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@playwright/test": "^1.58.2",
"serve": "^14.2.6",
"wrangler": "^4.63.0"
},
"dependencies": {
"nouislider": "^15.8.1"
},
"license": "PolyForm-Noncommercial-1.0.0"
}