F95API/package.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-29 15:11:43 +00:00
{
2020-10-08 19:15:05 +00:00
"main": "./app/index.js",
2020-11-22 14:22:21 +00:00
"name": "f95api",
2020-12-17 22:17:16 +00:00
"version": "1.9.7",
2020-11-22 14:22:21 +00:00
"author": "Millennium Earl",
2020-09-29 15:11:43 +00:00
"description": "Unofficial Node JS module for scraping F95Zone platform",
"repository": {
"type": "git",
2020-11-22 14:22:21 +00:00
"url": "git+https://github.com/MillenniumEarl/F95API.git"
},
2020-11-12 10:42:08 +00:00
"license": "MIT",
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",
2020-11-02 14:06:09 +00:00
"games",
"data",
"userdata",
"user data"
2020-09-29 15:11:43 +00:00
],
2020-10-08 19:15:05 +00:00
"scripts": {
2020-12-03 11:38:46 +00:00
"test": "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-11-02 16:26:06 +00:00
"run-example": "node ./app/example.js",
2020-11-22 13:00:17 +00:00
"publish": "npm publish"
2020-10-08 19:15:05 +00:00
},
"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",
"axios-cookiejar-support": "^1.0.1",
2020-10-30 19:41:56 +00:00
"cheerio": "^1.0.0-rc.3",
"log4js": "^6.3.0",
2020-12-07 16:07:36 +00:00
"luxon": "^1.25.0",
2020-12-26 14:23:14 +00:00
"md5": "^2.3.0",
"tough-cookie": "^4.0.0"
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",
"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-11-02 15:05:19 +00:00
"nyc": "^15.1.0"
2020-11-22 14:22:21 +00:00
},
"bugs": {
"url": "https://github.com/MillenniumEarl/F95API/issues"
},
"homepage": "https://github.com/MillenniumEarl/F95API#readme"
2020-09-29 15:11:43 +00:00
}