-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1009 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
34
{
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky",
"test": "vitest",
"pub:release": "cd packages/cli && pnpm pub:release",
"release": "changeset version",
"pub:beta": "cd packages/cli && pnpm pub:beta"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@repo/eslint-config": "workspace:^",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "latest",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]",
"name": "utils-kit"
}