Files
plane/package.json

22 lines
456 B
JSON
Raw Permalink Normal View History

2022-11-19 19:51:26 +05:30
{
2022-11-30 02:21:17 +05:30
"repository": "https://github.com/makeplane/plane.git",
"license": "MIT",
2022-11-19 19:51:26 +05:30
"private": true,
2022-11-30 02:21:17 +05:30
"workspaces": [
"apps/*"
],
2022-11-19 19:51:26 +05:30
"scripts": {
2022-11-30 02:21:17 +05:30
"build": "turbo run build",
"dev": "turbo run dev",
"start": "turbo run start",
"lint": "turbo run lint",
"clean": "turbo run clean"
2022-11-19 19:51:26 +05:30
},
"devDependencies": {
2022-11-30 02:21:17 +05:30
"eslint": "^8.28.0",
"eslint-config-turbo": "latest",
"turbo": "latest"
2022-12-21 00:56:19 +05:30
},
"packageManager": "pnpm@7.17.1"
2022-11-19 19:51:26 +05:30
}