ruoyi-plus-soybean/packages/scripts/package.json

28 lines
481 B
JSON
Raw Normal View History

2023-11-17 08:45:00 +08:00
{
"name": "@sa/scripts",
2024-09-21 08:41:03 +08:00
"version": "1.3.7",
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",
2024-10-09 22:58:33 +08:00
"bumpp": "9.7.1",
"c12": "2.0.1",
2023-11-17 08:45:00 +08:00
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.4.1",
"kolorist": "1.8.0",
"npm-check-updates": "17.1.4",
2024-07-12 00:46:56 +08:00
"rimraf": "6.0.1"
2023-11-17 08:45:00 +08:00
}
}