migrate-lsw/package.json

25 lines
484 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",
"googleapis": "^170.0.0",
"got": "^14.6.5",
"node-fetch": "^2.7.0",
"playwright": "^1.57.0"
},
"devDependencies": {
"tsx": "^4.21.0"
}
}