mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
25 lines
727 B
JSON
25 lines
727 B
JSON
{
|
|
"name": "open-archiver",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "dotenv -- pnpm --filter \"./packages/*\" --parallel dev",
|
|
"build": "pnpm --filter \"./packages/*\" --parallel build",
|
|
"start:workers": "dotenv -- concurrently \"pnpm --filter @open-archiver/backend start:ingestion-worker\" \"pnpm --filter @open-archiver/backend start:indexing-worker\""
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.0",
|
|
"dotenv-cli": "8.0.0",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"packageManager": "pnpm@10.13.1",
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"pnpm": "10.13.1"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|