2022-11-19 14:21:26 +00:00
|
|
|
{
|
2022-11-29 20:51:17 +00:00
|
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
|
|
"license": "MIT",
|
2022-11-19 14:21:26 +00:00
|
|
|
"private": true,
|
2022-11-29 20:51:17 +00:00
|
|
|
"workspaces": [
|
2023-04-21 23:37:13 +00:00
|
|
|
"app/"
|
2022-11-29 20:51:17 +00:00
|
|
|
],
|
2022-11-19 14:21:26 +00:00
|
|
|
"scripts": {
|
2023-04-21 23:37:13 +00:00
|
|
|
"format": "prettier --write \"*.{js,jsx,ts,tsx}\""
|
2022-11-19 14:21:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-21 23:37:13 +00:00
|
|
|
"prettier": "latest"
|
|
|
|
}
|
2022-11-19 14:21:26 +00:00
|
|
|
}
|