-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
42
43
44
45
46
{
"name": "github-template",
"version": "0.0.1",
"author": "GregoireF",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/habbaz-dev/github-template"
},
"private": true,
"scripts": {
"cz": "git cz",
"lint": "eslint --cache --cache-location node_modules/.eslintcache",
"format": "prettier --write --cache \"**/*.[tj]s?(x)\"",
"precommit": "pnpm format && pnpm lint",
"changeset:version": "changeset version && pnpm -r generate:version && git add -all",
"changeset:publish": "changeset publish",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview",
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.3.0",
"@wr-projects/commitizen-config": "^0.0.3",
"@wr-projects/commitlint-config": "^0.0.2",
"commitizen": "^4.3.0",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"prettier": "^3.2.5"
},
"dependencies": {
"@lunariajs/core": "^0.0.32"
},
"config": {
"commitizen": {
"path": "./node_modules/@wr-projects/commitizen-config"
}
},
"engines": {
"pnpm": ">=8.15.6"
},
"packageManager": "[email protected]"
}