add rimraf to dependencies and update build script in package.json

This commit is contained in:
himanshu8443
2025-06-18 13:31:06 +05:30
parent 9621597865
commit 26f6c75ca7
2 changed files with 497 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",