migrate-lsw/package.json
2026-01-13 10:17:00 +07:00

24 lines
454 B
JSON

{
"name": "sclsw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.13.2",
"cheerio": "^1.0.0-rc.12",
"fetch-blob": "^4.0.0",
"got": "^14.6.5",
"node-fetch": "^2.7.0",
"playwright": "^1.57.0"
},
"devDependencies": {
"tsx": "^4.21.0"
}
}