-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 882 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
28
29
30
31
32
33
34
{
"name": "vibedeck-cli",
"version": "1.1.4",
"description": "Local-first cost and provenance dashboard for AI coding agents.",
"license": "MIT",
"bin": {
"vibedeck": "./bin/vibedeck.js"
},
"engines": {
"node": ">=22.5"
},
"dependencies": {
"chokidar": "^3.6.0",
"execa": "^5.1.1"
},
"files": [
"bin/",
"src/",
"dashboard/dist/",
"scripts/",
"README.md",
"package.json"
],
"scripts": {
"dashboard:build": "npm --prefix dashboard run build",
"test": "node scripts/run-tests.js",
"postinstall": "node scripts/npm-postinstall.js"
},
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
"devDependencies": {
"@sourcegraph/scip-typescript": "^0.4.0",
"esbuild": "^0.28.0"
}
}