Files
cstrike-mapgrab/package.json
2021-09-20 01:21:50 +02:00

23 lines
433 B
JSON

{
"name": "mapgrab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "^0.21.4",
"download": "^8.0.0",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
},
"dependencies": {
"follow-redirects": "^1.14.4",
"unzipper": "^0.10.11"
}
}