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-09 14:44:44 +00:00
|
|
|
"version": "1.0.2",
|
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": {
|
|
|
|
"unit-test-mocha": "nyc --reporter=text mocha",
|
|
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
|
|
|
|
"test": "node ./test/test.js",
|
|
|
|
"deploy": "npm pack"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0"
|
|
|
|
},
|
2020-09-29 15:30:33 +00:00
|
|
|
"dependencies": {
|
2020-10-09 14:42:13 +00:00
|
|
|
"ky-universal": "^0.8.2",
|
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": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"mocha": "^8.1.3",
|
2020-09-29 15:46:41 +00:00
|
|
|
"nyc": "^15.1.0"
|
2020-09-29 15:11:43 +00:00
|
|
|
}
|
|
|
|
}
|