mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-03 07:13:44 +08:00
29 lines
515 B
JSON
29 lines
515 B
JSON
{
|
|
"name": "@sa/scripts",
|
|
"version": "2.0.0-beta.1",
|
|
"bin": {
|
|
"sa": "./bin.ts"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": ["./src/*"]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@soybeanjs/changelog": "0.3.25",
|
|
"bumpp": "10.3.1",
|
|
"c12": "3.3.1",
|
|
"cac": "6.7.14",
|
|
"consola": "3.4.2",
|
|
"enquirer": "2.4.1",
|
|
"execa": "9.6.0",
|
|
"kolorist": "1.8.0",
|
|
"npm-check-updates": "19.1.1",
|
|
"picomatch": "4.0.3",
|
|
"rimraf": "6.0.1"
|
|
}
|
|
}
|