-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"license": "GPL-3.0",
"author": {
"name": "Halo",
"url": "https://github.com/halo-dev"
},
"contributors": [
{
"name": "Ryan Wang",
"email": "i@ryanc.cc",
"url": "https://github.com/ruibaby"
}
],
"scripts": {
"build": "pnpm -r run build",
"check": "biome check --write",
"example:dev": "pnpm -C packages/search-widget dev",
"prepare": "husky",
"publish": "pnpm -r publish --access public --no-git-checks"
},
"lint-staged": {
"*": [
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@halo-dev/api-client": "2.17.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "^18.19.43",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^2.8.8",
"typescript": "^5.5.4",
"vite": "npm:rolldown-vite@7.0.8"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}