49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"main": "./app/index.js",
|
|
"name": "f95api",
|
|
"version": "1.3.5",
|
|
"author": {
|
|
"name": "Millennium Earl"
|
|
},
|
|
"description": "Unofficial Node JS module for scraping F95Zone platform",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MillenniumEarl/F95API.git"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"keywords": [
|
|
"f95",
|
|
"f95zone",
|
|
"api",
|
|
"scraping",
|
|
"login",
|
|
"game",
|
|
"games"
|
|
],
|
|
"scripts": {
|
|
"unit-test-mocha": "nyc --reporter=text mocha './test/index-test.js'",
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
|
|
"test": "node ./test/user-test.js",
|
|
"deploy": "npm pack"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
},
|
|
"dependencies": {
|
|
"ky": "^0.24.0",
|
|
"ky-universal": "^0.8.2",
|
|
"log4js": "^6.3.0",
|
|
"node-html-parser": "^1.3.1",
|
|
"puppeteer": "^5.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"lodash": "^4.17.20",
|
|
"mocha": "^8.1.3",
|
|
"nyc": "^15.1.0",
|
|
"sleep": "^6.3.0"
|
|
}
|
|
}
|