Update package.json

pull/8/head
MillenniumEarl 2020-10-08 21:15:05 +02:00
parent 6ce792e088
commit f9fa27f5b8
1 changed files with 14 additions and 11 deletions

View File

@ -1,24 +1,19 @@
{ {
"main": "./app/index.js",
"name": "f95api", "name": "f95api",
"version": "1.0.0", "version": "1.0.0",
"author": {
"name": "Millennium Earl"
},
"description": "Unofficial Node JS module for scraping F95Zone platform", "description": "Unofficial Node JS module for scraping F95Zone platform",
"main": "./app/index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/MillenniumEarl/F95API.git" "url": "https://github.com/MillenniumEarl/F95API.git"
}, },
"license": "UNLICENSED", "license": "UNLICENSED",
"private": true, "private": true,
"engines": {
"node": ">=10.0"
},
"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"
},
"keywords": [ "keywords": [
"f95",
"f95zone", "f95zone",
"api", "api",
"scraping", "scraping",
@ -26,7 +21,15 @@
"game", "game",
"games" "games"
], ],
"author": "MillenniumEarl", "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"
},
"dependencies": { "dependencies": {
"node-html-parser": "^1.2.21", "node-html-parser": "^1.2.21",
"puppeteer": "^5.3.1", "puppeteer": "^5.3.1",