mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
25 lines
542 B
JSON
25 lines
542 B
JSON
{
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"space",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"start": "turbo run start",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-custom": "*",
|
|
"prettier": "latest",
|
|
"turbo": "latest"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|