{ "name": "f95api", "version": "1.0.0", "description": "Unofficial Node JS module for scraping F95Zone platform", "main": "./app/index.js", "repository": { "type": "git", "url": "https://github.com/MillenniumEarl/F95API.git" }, "license": "UNLICENSED", "private": true, "engines": { "node": ">=10.0" }, "scripts": { "unit-test": "nyc --reporter=text mocha", "test": "node ./app/test.js", "deploy": "npm pack" }, "keywords": [ "f95zone", "api", "scraping", "login", "game", "games" ], "author": "MillenniumEarl", "dependencies": { "node-html-parser": "^1.2.21", "puppeteer": "^5.3.1", "url-exist": "^2.0.2" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.1.3", "nyc": "^15.1.0" } }