-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"private": true,
"name": "publish-studio",
"version": "0.0.0",
"description": "Publish Studio",
"license": "MIT",
"author": "Rakesh Potnuru",
"scripts": {
"build": "turbo build",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo dev",
"dev:frontend": "turbo dev --filter=@publish-studio/frontend",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"lint": "turbo lint",
"lint:fix": "turbo lint -- --fix",
"prepare": "npx is-ci || npx husky install",
"test": "turbo test"
},
"devDependencies": {
"@bravo68web/eslint-config": "^1.2.3",
"@bravo68web/tsconfig": "^1.2.3",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"is-ci": "3.0.1",
"lint-staged": "^13.2.3",
"prettier": "3.2.4",
"rimraf": "^5.0.1",
"turbo": "1.11.3",
"typescript": "5.3.2"
},
"packageManager": "[email protected]"
}