initial commit

This commit is contained in:
Ben
2020-10-15 22:33:34 +01:00
commit 297fe76f16
3 changed files with 66 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "qhmscraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
"license": "MIT",
"dependencies": {
"got": "^11.7.0",
"jsdom": "^16.4.0"
}
}