mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-09 21:34:25 +08:00
31 lines
523 B
JSON
31 lines
523 B
JSON
{
|
|
"name": "@sa/scripts",
|
|
"version": "2.1.0",
|
|
"bin": {
|
|
"sa": "./bin.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@soybeanjs/changelog": "0.4.3",
|
|
"bumpp": "10.4.1",
|
|
"c12": "3.3.3",
|
|
"cac": "6.7.14",
|
|
"consola": "3.4.2",
|
|
"enquirer": "2.4.1",
|
|
"execa": "9.6.1",
|
|
"kolorist": "1.8.0",
|
|
"npm-check-updates": "19.6.3",
|
|
"picomatch": "4.0.3",
|
|
"rimraf": "6.1.3"
|
|
}
|
|
}
|