init: 整合项目(dashboard + www + docs)

This commit is contained in:
eafonyang
2026-07-30 11:23:50 +08:00
commit 99ab6cc4f4
435 changed files with 61037 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"name": "@sa/scripts",
"version": "2.2.0",
"bin": {
"sa": "./bin.ts"
},
"typesVersions": {
"*": {
"*": [
"./src/*"
]
}
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
"@soybeanjs/changelog": "0.4.7",
"bumpp": "11.1.0",
"c12": "3.3.4",
"cac": "7.0.0",
"consola": "3.4.2",
"enquirer": "2.4.1",
"execa": "9.6.1",
"kolorist": "1.8.0",
"npm-check-updates": "22.2.0",
"picomatch": "4.0.4",
"rimraf": "6.1.3"
}
}