diff --git a/package.json b/package.json index 715de8e..ae05dec 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,12 @@ { "main": "./app/index.js", - "name": "@millenniumearl/f95api", - "version": "1.6.3", - "author": { - "name": "Millennium Earl" - }, + "name": "f95api", + "version": "1.6.13", + "author": "Millennium Earl", "description": "Unofficial Node JS module for scraping F95Zone platform", "repository": { "type": "git", - "url": "https://github.com/MillenniumEarl/F95API.git" + "url": "git+https://github.com/MillenniumEarl/F95API.git" }, "license": "MIT", "keywords": [ @@ -49,5 +47,9 @@ "lodash": "^4.17.20", "mocha": "^8.1.3", "nyc": "^15.1.0" - } + }, + "bugs": { + "url": "https://github.com/MillenniumEarl/F95API/issues" + }, + "homepage": "https://github.com/MillenniumEarl/F95API#readme" }