mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
- **Chores** - Streamlined the installation and setup workflow by consolidating multiple commands into a simpler process. - Updated cleaning procedures to ensure complete removal of build artifacts and dependencies. - Adjusted environment file handling for clearer configuration management.
37 lines
711 B
JSON
37 lines
711 B
JSON
{
|
|
"name": "unraid-api-monorepo",
|
|
"version": "4.1.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"deps:check": "manypkg check",
|
|
"dev": "pnpm -r dev",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"test": "pnpm -r test"
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.23.0"
|
|
},
|
|
"packageManager": "pnpm@10.4.1",
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@unraid/libvirt",
|
|
"cpu-features",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"ssh2",
|
|
"vue-demi"
|
|
]
|
|
}
|
|
}
|