generated from habbaz-dev/github-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "@habbaz-dev/utils",
"description": "A collection of packages used across Habbaz repositories",
"private": true,
"prettier": "@habbaz-dev/prettier-config",
"engines": {
"pnpm": ">=9.0.0"
},
"scripts": {
"cz": "git cz",
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"release": "changeset add",
"precommit": "pnpm format && pnpm lint",
"postinstall": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.3.0",
"@types/node": "^20.12.11",
"@wr-projects/commitizen-config": "^0.0.3",
"@wr-projects/commitlint-config": "^0.0.2",
"eslint-config-turbo": "^1.13.3",
"@habbaz-dev/prettier-config": "workspace:*",
"@habbaz-dev/eslint-config": "workspace:*",
"@habbaz-dev/tsconfig": "workspace:*",
"turbo": "latest",
"eslint": "^8.44.0",
"prettier": "^3.2.5",
"husky": "^9.0.11",
"commitizen": "^4.3.0",
"typescript": "^5.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/@wr-projects/commitizen-config"
}
}
}