mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"name": "plane",
|
|
"description": "Open-source project management that unlocks customer value",
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"version": "0.26.1",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --concurrency=13",
|
|
"start": "turbo run start",
|
|
"lint": "turbo run lint",
|
|
"lint:errors": "turbo run lint:errors",
|
|
"clean": "turbo run clean",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "latest",
|
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
|
"turbo": "^2.5.4"
|
|
},
|
|
"packageManager": "pnpm@10.12.1"
|
|
}
|