-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 1.01 KB
/
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
34
35
36
37
38
39
40
41
{
"name": "myplop-repo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"build:npm": "turbo build:npm",
"start": "turbo start",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"clean": "turbo clean",
"npm:prepack": "turbo npm:prepack",
"npm:postpack": "turbo npm:postpack",
"npm:version": "changeset version",
"npm:publish": "changeset publish",
"preinstall": "husky init",
"pre": "turbo pre",
"pre:husky": "git add . && lint-staged",
"prepare": "husky",
"test": "echo \"Error: no test specified\""
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@types/node": "^20.14.2",
"commitsmile": "^0.4.0",
"globals": "^13.24.0",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.7",
"prettierrc": "workspace:*",
"turbo": "latest"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}