plane/package.json

22 lines
456 B
JSON
Raw Normal View History

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": [
"apps/*"
],
2022-11-19 14:21:26 +00:00
"scripts": {
2022-11-29 20:51:17 +00:00
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",
"lint": "turbo run lint",
"clean": "turbo run clean"
2022-11-19 14:21:26 +00:00
},
"devDependencies": {
2022-11-29 20:51:17 +00:00
"eslint": "^8.28.0",
"eslint-config-turbo": "latest",
"turbo": "latest"
2022-12-20 19:26:19 +00:00
},
"packageManager": "pnpm@7.17.1"
2022-11-19 14:21:26 +00:00
}