72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"main": "./app/index.js",
|
|
"type": "module",
|
|
"name": "f95api",
|
|
"version": "1.9.9",
|
|
"author": "Millennium Earl",
|
|
"description": "Unofficial Node JS module for scraping F95Zone platform",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MillenniumEarl/F95API.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"f95",
|
|
"f95zone",
|
|
"api",
|
|
"scraping",
|
|
"login",
|
|
"game",
|
|
"games",
|
|
"data",
|
|
"userdata",
|
|
"user data"
|
|
],
|
|
"scripts": {
|
|
"test": "nyc --reporter=text mocha './test/index-test.ts'",
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov -t 38ad72bf-a29d-4c2e-9827-96cbe037afd2",
|
|
"run-example": "tsc | node ./dist/example.ts",
|
|
"publish": "npm publish",
|
|
"compile": "tsc",
|
|
"run-devtest": "tsc | node ./dist/scripts/scraperv2.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.0",
|
|
"axios-cookiejar-support": "^1.0.1",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"class-validator": "^0.13.1",
|
|
"log4js": "^6.3.0",
|
|
"luxon": "^1.25.0",
|
|
"md5": "^2.3.0",
|
|
"tough-cookie": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.24",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/luxon": "^1.25.2",
|
|
"@types/md5": "^2.3.0",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/node": "^14.14.27",
|
|
"@types/tough-cookie": "^4.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
|
"@typescript-eslint/parser": "^4.15.0",
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.20.0",
|
|
"lodash": "^4.17.20",
|
|
"mocha": "^8.1.3",
|
|
"nyc": "^15.1.0",
|
|
"source-map-loader": "^2.0.1",
|
|
"ts-loader": "^8.0.17",
|
|
"ts-mocha": "^8.0.0",
|
|
"typescript": "^4.2.0-insiders.20210210"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MillenniumEarl/F95API/issues"
|
|
},
|
|
"homepage": "https://github.com/MillenniumEarl/F95API#readme"
|
|
}
|