diff --git a/README.md b/README.md index 9be04cf..18c48ac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm i piped-api ```typescript import { PipedAPI } from "piped-api"; -const api = new PipedApi("https://ytapi.dc09.ru"); +const api = new PipedAPI("https://ytapi.dc09.ru"); let trending = await api.trending("US"); diff --git a/package-lock.json b/package-lock.json index 965e13c..c0d2e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piped-api", - "version": "1.0.2", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piped-api", - "version": "1.0.2", + "version": "1.0.5", "license": "MIT", "dependencies": { "got": "^13.0.0" diff --git a/package.json b/package.json index c27ef3d..ad6099e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,31 @@ { "name": "piped-api", - "version": "1.0.3", + "version": "1.0.5", "description": "", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", + "homepage": "https://github.com/artegoser/piped-api#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/artegoser/piped-api.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, - "keywords": [], + "keywords": [ + "api", + "piped", + "piped-api", + "youtube", + "youtube-api", + "piped-youtube", + "piped-youtube-api", + "typescript", + "typed" + ], "author": "artegoser", "license": "MIT", "devDependencies": {