mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"app/"
|
|
],
|
|
"scripts": {
|
|
"format": "prettier --write \"*.{js,jsx,ts,tsx}\""
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "latest"
|
|
}
|
|
}
|