2020-09-29 15:11:43 +00:00
|
|
|
{
|
2020-10-08 19:15:05 +00:00
|
|
|
"main": "./app/index.js",
|
2020-09-29 15:11:43 +00:00
|
|
|
"name": "f95api",
|
2020-10-21 13:31:11 +00:00
|
|
|
"version": "1.3.5",
|
2020-10-08 19:15:05 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Millennium Earl"
|
|
|
|
},
|
2020-09-29 15:11:43 +00:00
|
|
|
"description": "Unofficial Node JS module for scraping F95Zone platform",
|
2020-10-02 12:01:51 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/MillenniumEarl/F95API.git"
|
|
|
|
},
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
2020-09-29 15:11:43 +00:00
|
|
|
"keywords": [
|
2020-10-08 19:15:05 +00:00
|
|
|
"f95",
|
2020-09-29 15:11:43 +00:00
|
|
|
"f95zone",
|
|
|
|
"api",
|
|
|
|
"scraping",
|
|
|
|
"login",
|
|
|
|
"game",
|
|
|
|
"games"
|
|
|
|
],
|
2020-10-08 19:15:05 +00:00
|
|
|
"scripts": {
|
2020-10-12 12:11:36 +00:00
|
|
|
"unit-test-mocha": "nyc --reporter=text mocha './test/index-test.js'",
|
2020-10-08 19:15:05 +00:00
|
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
|
2020-10-12 12:11:36 +00:00
|
|
|
"test": "node ./test/user-test.js",
|
2020-10-08 19:15:05 +00:00
|
|
|
"deploy": "npm pack"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0"
|
|
|
|
},
|
2020-09-29 15:30:33 +00:00
|
|
|
"dependencies": {
|
2020-10-30 19:41:56 +00:00
|
|
|
"axios": "^0.21.0",
|
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-10-09 14:52:22 +00:00
|
|
|
"ky": "^0.24.0",
|
2020-10-09 14:42:13 +00:00
|
|
|
"ky-universal": "^0.8.2",
|
2020-10-21 13:31:11 +00:00
|
|
|
"log4js": "^6.3.0",
|
2020-09-29 15:30:33 +00:00
|
|
|
"node-html-parser": "^1.2.21",
|
2020-10-09 14:42:13 +00:00
|
|
|
"puppeteer": "^5.3.1"
|
2020-09-29 15:30:33 +00:00
|
|
|
},
|
2020-09-29 15:11:43 +00:00
|
|
|
"devDependencies": {
|
2020-10-29 21:10:20 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-09-29 15:11:43 +00:00
|
|
|
"chai": "^4.2.0",
|
2020-10-12 12:11:36 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-10-29 21:10:20 +00:00
|
|
|
"eslint": "^7.12.1",
|
2020-10-21 20:35:48 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-09-29 15:11:43 +00:00
|
|
|
"mocha": "^8.1.3",
|
2020-10-12 12:11:36 +00:00
|
|
|
"nyc": "^15.1.0",
|
|
|
|
"sleep": "^6.3.0"
|
2020-09-29 15:11:43 +00:00
|
|
|
}
|
|
|
|
}
|