46 lines
987 B
JSON
46 lines
987 B
JSON
{
|
|
"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",
|
|
"release": "pnpm -r run release"
|
|
},
|
|
"lint-staged": {
|
|
"*": [
|
|
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.0",
|
|
"@tsconfig/node18": "^18.2.4",
|
|
"@types/node": "^18.19.123",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.5",
|
|
"typescript": "~5.3.3",
|
|
"vite": "^7.1.2",
|
|
"vite-plugin-dts": "^4.5.4"
|
|
},
|
|
"packageManager": "pnpm@10.14.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@7.0.10"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"shiki": "^3.9.2"
|
|
}
|
|
}
|