mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-30 08:59:39 -06:00
* feat(docker): initialize Docker package with build configurations and README * Update packages/docker/CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/docker/package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
23 lines
683 B
JSON
23 lines
683 B
JSON
{
|
|
"name": "@papra/root",
|
|
"type": "module",
|
|
"version": "0.3.0",
|
|
"packageManager": "pnpm@10.12.3",
|
|
"description": "Papra document management monorepo root",
|
|
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"version": "changeset version && pnpm install --no-frozen-lockfile",
|
|
"changeset": "changeset",
|
|
"build:packages": "pnpm --filter './packages/*' --stream build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.1",
|
|
"@changesets/cli": "^2.29.3",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|