initial working version

This commit is contained in:
2020-05-24 21:06:46 +03:00
commit c38cf8c8c9
14 changed files with 5618 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "maanteeamet-fetch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch src --exec babel-node src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cacheman": "2.2.1",
"cacheman-file": "0.2.1",
"jsdom": "16.2.2",
"node-fetch": "2.6.0",
"puppeteer": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/node": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-env": "7.9.6",
"nodemon": "2.0.4"
}
}