mirror of
https://github.com/unraid/api.git
synced 2026-01-08 17:49:59 -06:00
Raised by [MitchellThompkins](https://github.com/MitchellThompkins) in #1848 - Documents how to use Docker to build a local Connect plugin - Local Plugin flow will now build workspace packages before proceeding with plugin infra + build - Removes recommendation to run `pnpm build:watch` from root, as this race conditions and build cache issues. - Makes `pnpm dev` from root parallel, preventing servers from blocking each other. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated development workflow documentation to emphasize Docker-based plugin builds * Restructured development modes into three workflows: local Docker builds, direct deployment, and development servers * Updated build and deployment instructions * **Chores** * Modified dev script for parallel execution * Refactored build scripts with improved dependency handling <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "@unraid/shared",
|
|
"version": "4.25.3",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"import": "./dist/*"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm clean && tsc --project tsconfig.build.json",
|
|
"clean": "rimraf dist",
|
|
"prepare": "npm run build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"unraid:deploy": "./deploy.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lime Technology, Inc. <unraid.net>",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Shared utilities and types for Unraid API ecosystem",
|
|
"devDependencies": {
|
|
"@graphql-tools/utils": "10.9.1",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/common": "11.1.6",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"@nestjs/testing": "11.1.6",
|
|
"@types/bun": "1.2.21",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/node": "22.18.0",
|
|
"@types/ws": "8.18.1",
|
|
"class-transformer": "0.5.1",
|
|
"class-validator": "0.14.2",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"graphql-ws": "6.0.6",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"pify": "6.1.0",
|
|
"rimraf": "6.0.1",
|
|
"type-fest": "5.0.0",
|
|
"typescript": "5.9.2",
|
|
"vitest": "3.2.4",
|
|
"ws": "8.18.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@apollo/client": "3.14.0",
|
|
"@graphql-tools/utils": "10.9.1",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/common": "11.1.6",
|
|
"@nestjs/config": "4.0.2",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"atomically": "2.0.3",
|
|
"class-validator": "0.14.2",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"graphql-ws": "6.0.6",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"rxjs": "7.8.2",
|
|
"undici": "7.15.0",
|
|
"ws": "8.18.3"
|
|
}
|
|
}
|