-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 668 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "feldera-js",
"dependencies": {
"@sveltejs/kit": "^2.49.5",
"svelte": "^5.46.4"
},
"private": true,
"scripts": {
"split-claude": "bun scripts/claude.js split",
"merge-claude": "bun scripts/claude.js merge",
"clean": "rm -rf node_modules js-packages/*/node_modules js-packages/*/dist js-packages/*/build js-packages/*/.svelte-kit target/debug/build/pipeline-manager-* target/release/build/pipeline-manager-*",
"check": "cd js-packages/profiler-lib && bun run check && cd ../profiler-layout && bun run check && cd ../profiler-app && bun run check && cd ../web-console && bun run check"
},
"workspaces": ["js-packages/*"]
}