UNPKG

youtube-search-without-api-key

Version:
58 lines (57 loc) 1.52 kB
{ "name": "youtube-search-without-api-key", "version": "2.0.7", "description": "Search videos on YouTube without API key", "exports": "./lib/index.js", "types": "lib/index.d.ts", "type": "module", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/appit-online/youtube-search.git" }, "keywords": [ "youtube", "youtube search", "angular youtube search", "youtube api", "youtube crawler" ], "funding": { "url": "https://paypal.me/dave7117", "type": "paypal" }, "author": "David Koller", "license": "ISC", "files": [ "lib/**/*" ], "bugs": { "url": "https://github.com/appit-online/youtube-search/issues" }, "homepage": "https://github.com/appit-online/youtube-search#readme", "devDependencies": { "@types/got": "^9.6.12", "@types/jsonpath": "^0.2.4", "@types/node": "^24.0.8", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", "prettier": "^3.6.2", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^5.8.3" }, "dependencies": { "got": "^14.4.7", "jsonpath": "^1.1.1" } }