-
-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 764 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@papra/root",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@10.30.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",
"build:packages:watch": "pnpm --filter './packages/*' --stream build:watch",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.3",
"vitest": "catalog:"
}
}