plane/package.json
2022-11-30 02:21:17 +05:30

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"
}
}