newpipe-extractor-js
Version:
JavaScript/Node.js port of NewPipeExtractor
94 lines (93 loc) • 2.38 kB
JSON
{
"name": "newpipe-extractor-js",
"version": "1.0.33",
"description": "JavaScript/Node.js port of NewPipeExtractor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run build"
},
"keywords": [
"youtube",
"extractor",
"streaming",
"soundcloud",
"peertube",
"video",
"audio",
"download",
"newpipe",
"youtube-search",
"youtube-api",
"media-extraction",
"video-downloader",
"audio-extractor",
"stream-info",
"no-api-key",
"android-client",
"youtube-music",
"content-extraction"
],
"author": "NewPipe Extractor JS Contributors (https://github.com/TeamNewPipe)",
"license": "GPL-3.0-or-later",
"files": [
"dist/**/*",
"README.md",
"SEARCH_IMPLEMENTATION.md",
"ACHIEVEMENTS.md",
"IMPLEMENTATION_STATUS.md",
"POTOKEN_IMPLEMENTATION.md",
"examples/**/*",
"yarn.lock"
],
"dependencies": {
"tough-cookie": "4.1.3",
"xmldom": "0.6.0",
"cheerio": "1.0.0-rc.1",
"crypto-js": "4.2.0",
"node-fetch": "2.7.0"
},
"devDependencies": {
"@types/node": "^16.18.0",
"@types/jest": "^29.5.8",
"@types/tough-cookie": "^4.0.5",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamNewPipe/NewPipeExtractor-js.git"
},
"bugs": {
"url": "https://github.com/TeamNewPipe/NewPipeExtractor-js/issues"
},
"homepage": "https://github.com/TeamNewPipe/NewPipeExtractor-js#readme",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/newpipe"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"directories": {
"example": "examples"
}
}