Files
api/package.json
github-actions[bot] 950bee951e chore(main): release 4.1.3 (#1178)
# Hotfix Release Feb 21, 2025

### Bug Fixes

* fix ssh issues
* fix issues with uninstalling the plugin
2025-02-21 15:17:46 -05:00

37 lines
706 B
JSON

{
"name": "unraid-api-monorepo",
"private": true,
"version": "4.1.3",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"check": "manypkg check"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"vue"
]
},
"onlyBuiltDependencies": [
"@apollo/protobufjs",
"@nestjs/core",
"@parcel/watcher",
"@swc/core",
"@unraid/libvirt",
"cpu-features",
"esbuild",
"nestjs-pino",
"ssh2",
"vue-demi"
]
},
"dependencies": {
"@manypkg/cli": "^0.23.0"
},
"packageManager": "pnpm@10.4.1"
}