init commit

This commit is contained in:
zino
2021-09-20 01:21:50 +02:00
parent 3540980d38
commit 4eac34603f
4 changed files with 2617 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}
}