-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 707 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 707 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
{
"name": "agent-v",
"version": "0.8.0",
"description": "Agent session visualization and analysis tool",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm --filter agent-v-gui tauri dev",
"build": "pnpm --filter agent-v-gui build",
"check": "pnpm -r check",
"format": "pnpm -r format && cargo fmt --all",
"tauri": "pnpm --filter agent-v-gui tauri",
"lint": "pnpm --filter agent-v-gui lint"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "0.7.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tauri-apps/cli",
"esbuild",
"sharp",
"workerd"
]
}
}