Prepared for using in main app

pull/4/head
MillenniumEarl 2020-09-29 17:30:33 +02:00
parent 27043c930e
commit cb29efc361
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "f95api", "name": "f95api",
"version": "1.0.0", "version": "1.0.0",
"description": "Unofficial Node JS module for scraping F95Zone platform", "description": "Unofficial Node JS module for scraping F95Zone platform",
"main": "./app/test.js", "main": "./app/index.js",
"scripts": { "scripts": {
"unit-test": "nyc --reporter=text mocha", "unit-test": "nyc --reporter=text mocha",
"test": "node ./app/test.js", "test": "node ./app/test.js",
@ -17,6 +17,11 @@
"games" "games"
], ],
"author": "MillenniumEarl", "author": "MillenniumEarl",
"dependencies": {
"node-html-parser": "^1.2.21",
"puppeteer": "^5.3.1",
"url-exist": "^2.0.2"
},
"devDependencies": { "devDependencies": {
"chai": "^4.2.0", "chai": "^4.2.0",
"mocha": "^8.1.3", "mocha": "^8.1.3",