UNPKG

@iam_neyk/ytsr

Version:

Simple package to search YouTube - no strings attached.

68 lines (67 loc) 1.71 kB
{ "name": "@iam_neyk/ytsr", "version": "0.0.0-development", "description": "Simple package to search YouTube - no strings attached.", "keywords": [ "youtube", "search", "yt", "ytsearcher", "api", "playlist", "channel", "video", "scrape", "pagination", "promise" ], "homepage": "https://github.com/TimeForANinja/node-ytsr#readme", "bugs": { "url": "https://github.com/TimeForANinja/node-ytsr/issues" }, "repository": { "type": "git", "url": "git://github.com/TimeForANinja/node-ytsr.git" }, "license": "MIT", "author": "Tobias Kutscha (https://github.com/TimeForANinja)", "main": "./lib/main.js", "types": "./typings/index.d.ts", "files": [ "lib", "typings" ], "scripts": { "lint": "eslint ./", "lint:fix": "eslint --fix ./", "lint:typings": "tslint typings/index.d.ts", "lint:typings:fix": "tslint --fix typings/index.d.ts", "mocha": "mocha -- -t 16000 test/*-test.js", "mocha:coverage": "mocha -- -t 16000 test/*-test.js --exclude test/e2e-test.js", "nyc": "nyc --reporter=lcov npm run-script mocha", "nyc:coverage": "nyc --reporter=lcov npm run-script mocha:coverage", "test": "npm run-script nyc", "test:coverage": "npm run-script nyc:coverage && codecov" }, "dependencies": { "miniget": "^4.2.2" }, "devDependencies": { "assert-diff": "^3.0.2", "codecov": "^3.8.1", "dtslint": "^4.0.8", "eslint": "^7.23.0", "mocha": "^10.2.0", "nock": "^13.0.11", "nyc": "^15.1.0", "typescript": "^4.2.3" }, "engines": { "node": ">=8" }, "directories": { "example": "example", "lib": "lib", "test": "test" } }