mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-29 19:09:09 -06:00
18 lines
574 B
JSON
18 lines
574 B
JSON
{
|
|
"name": "@papra/root",
|
|
"version": "0.3.0",
|
|
"packageManager": "pnpm@9.15.4",
|
|
"description": "Papra document management monorepo root",
|
|
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"keywords": [],
|
|
"scripts": {
|
|
"app:docker:build": "docker build -t papra -f docker/Dockerfile .",
|
|
"app:docker:build:rootless": "docker build -t papra-rootless -f docker/Dockerfile.rootless .",
|
|
"release": "bumpp --commit --tag --push --recursive"
|
|
},
|
|
"dependencies": {
|
|
"bumpp": "^9.10.0"
|
|
}
|
|
}
|