-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 985 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
{
"name": "crowprose",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build --no-daemon",
"clean": "turbo run clean",
"format": "pnpm run --parallel -r format",
"lint": "turbo run lint --no-daemon",
"nuke": "pnpm clean; pnpm run uninstall;",
"test": "turbo run test --no-daemon",
"sort": "turbo run sort --no-daemon",
"typecheck": "turbo run typecheck --no-daemon",
"uninstall": "pnpm -r exec rm -rf node_modules",
"commit": "cz",
"release": "pnpm publish -r --access public"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/lint": "18.4.3",
"@dopt/wutils": "1.0.0",
"commitizen": "4.3.0",
"commitlint-plugin-function-rules": "3.0.0",
"cz-conventional-changelog": "3.3.0",
"cz-git": "1.8.0",
"syncpack": "12.0.1",
"turbo": "2.0.1"
}
}