2023-10-21 17:30:30 +08:00
|
|
|
{
|
|
|
|
|
"name": "@sa/scripts",
|
2025-09-02 10:12:43 +08:00
|
|
|
"version": "1.3.15",
|
2024-12-01 21:32:54 +08:00
|
|
|
"bin": {
|
|
|
|
|
"sa": "./bin.ts"
|
|
|
|
|
},
|
2023-10-21 17:30:30 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
2024-12-01 21:32:54 +08:00
|
|
|
"*": ["./src/*"]
|
2023-10-21 17:30:30 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-02 10:12:43 +08:00
|
|
|
"@soybeanjs/changelog": "0.3.25",
|
2025-08-18 20:35:36 +08:00
|
|
|
"bumpp": "10.2.3",
|
|
|
|
|
"c12": "3.2.0",
|
2023-10-21 17:30:30 +08:00
|
|
|
"cac": "6.7.14",
|
2025-08-18 20:35:36 +08:00
|
|
|
"consola": "3.4.2",
|
2023-10-21 17:30:30 +08:00
|
|
|
"enquirer": "2.4.1",
|
2025-08-18 20:35:36 +08:00
|
|
|
"execa": "9.6.0",
|
2024-12-01 21:32:54 +08:00
|
|
|
"kolorist": "1.8.0",
|
2025-09-02 10:12:43 +08:00
|
|
|
"npm-check-updates": "18.0.3",
|
2024-12-01 21:32:54 +08:00
|
|
|
"rimraf": "6.0.1"
|
2023-10-21 17:30:30 +08:00
|
|
|
}
|
|
|
|
|
}
|