mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"start": "turbo run start",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-turbo": "latest",
|
|
"turbo": "latest"
|
|
}
|
|
}
|