2023-11-17 08:45:00 +08:00
|
|
|
{
|
|
|
|
"name": "@sa/scripts",
|
2025-06-09 22:40:03 +08:00
|
|
|
"version": "1.3.14",
|
2023-12-14 21:45:29 +08:00
|
|
|
"bin": {
|
2023-12-14 21:54:10 +08:00
|
|
|
"sa": "./bin.ts"
|
2023-12-14 21:45:29 +08:00
|
|
|
},
|
2023-11-17 08:45:00 +08:00
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts"
|
|
|
|
},
|
|
|
|
"typesVersions": {
|
|
|
|
"*": {
|
2023-12-14 21:45:29 +08:00
|
|
|
"*": ["./src/*"]
|
2023-11-17 08:45:00 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-02 01:42:39 +08:00
|
|
|
"@soybeanjs/changelog": "0.3.24",
|
2025-06-24 19:29:12 +08:00
|
|
|
"bumpp": "10.2.0",
|
2025-06-09 22:10:30 +08:00
|
|
|
"c12": "3.0.4",
|
2023-11-17 08:45:00 +08:00
|
|
|
"cac": "6.7.14",
|
2025-03-19 22:39:55 +08:00
|
|
|
"consola": "3.4.2",
|
2024-03-03 20:43:21 +08:00
|
|
|
"enquirer": "2.4.1",
|
2025-06-09 22:10:30 +08:00
|
|
|
"execa": "9.6.0",
|
2024-01-21 18:17:11 +08:00
|
|
|
"kolorist": "1.8.0",
|
2025-05-11 22:03:37 +08:00
|
|
|
"npm-check-updates": "18.0.1",
|
2024-07-12 00:46:56 +08:00
|
|
|
"rimraf": "6.0.1"
|
2023-11-17 08:45:00 +08:00
|
|
|
}
|
|
|
|
}
|