mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"name": "plane",
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web/",
|
|
"space/",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"eslint-config-custom": "*",
|
|
"prettier": "latest"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|