-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "demucs-onnx",
"private": true,
"type": "module",
"scripts": {
"prepare": "vp config",
"bass-cover": "python3 tools/bass-cover.py",
"build:model": "uv run python tools/model-export/build_models.py",
"model-release": "python tools/model_release.py",
"build:wasm": "wasm-pack build crates/wasm --target web --release",
"cli-separate": "cargo run --release -p demucs-cli -- separate --models data/onnx-lean",
"dev": "pnpm -C packages/app dev",
"lint": "vp check --fix && pnpm -C packages/app lint",
"lint-check": "vp check && pnpm -C packages/app lint",
"test-e2e": "pnpm -C packages/app test-e2e"
},
"devDependencies": {
"vite-plus": "^0.2.4"
},
"packageManager": "pnpm@11.11.0+sha512.4463f65fd80ed80d69bc1d4bf163ee94f605c7380fc318bb5b2ebe15f8cd12d49c51a4d59e951b401e764d3b6ca751cbf51bc50ed7001a6bcb4935e684c34882"
}