plane/package.json

21 lines
421 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-12 20:36:25 +00:00
}
2022-11-19 14:21:26 +00:00
}