mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated internal dependencies for improved compatibility and performance. - Adjusted package configuration to include an additional built dependency. - **Bug Fixes** - Improved the accuracy of task status reporting in the UPNP job manager. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "unraid-monorepo",
|
|
"private": true,
|
|
"version": "4.8.0",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"build:watch": " pnpm -r --parallel build:watch",
|
|
"dev": "pnpm -r dev",
|
|
"unraid:deploy": "pnpm -r unraid:deploy",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"type-check": "pnpm -r type-check",
|
|
"check": "manypkg check",
|
|
"sync-webgui-repo": "node web/scripts/sync-webgui-repo.js",
|
|
"postinstall": "simple-git-hooks"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@unraid/libvirt",
|
|
"core-js",
|
|
"cpu-features",
|
|
"es5-ext",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"protobufjs",
|
|
"simple-git-hooks",
|
|
"ssh2",
|
|
"unrs-resolver",
|
|
"vue-demi"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.24.0",
|
|
"chalk": "^5.0.0",
|
|
"diff": "^8.0.0",
|
|
"ignore": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"lint-staged": "^16.0.0",
|
|
"simple-git-hooks": "^2.9.0"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,vue}": [
|
|
"pnpm lint:fix"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.12.1"
|
|
}
|