generated from halo-dev/plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1016 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1016 Bytes
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
{
"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/example 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.3.4",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.130",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"typescript": "~5.3.3",
"vite": "^7.2.2",
"vite-plugin-dts": "^4.5.4"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.0.10"
}
},
"dependencies": {
"shiki": "^3.15.0"
}
}