3.0.0原版

This commit is contained in:
anian
2026-03-16 00:03:35 +08:00
commit ac569b2a57
105 changed files with 14437 additions and 0 deletions
+45
View File
@@ -0,0 +1,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",
"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"
}
}