feat: add rimraf

This commit is contained in:
2024-10-10 00:54:36 +08:00
parent 7b5f6d120b
commit 1ebf7acfe4
2 changed files with 16 additions and 7 deletions

View File

@@ -23,20 +23,21 @@
],
"author": "abearxiong",
"devDependencies": {
"@kevisual/query": "0.0.7-alpha.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/node": "^22.5.5",
"commander": "^12.1.0",
"rollup": "^4.24.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"@kevisual/query": "0.0.7-alpha.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"form-data": "^4.0.0",
"glob": "^11.0.0",
"inquirer": "^12.0.0"
"inquirer": "^12.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
},
"dependencies": {},
"resolutions": {
@@ -48,4 +49,4 @@
"publishConfig": {
"access": "public"
}
}
}