UNPKG

xdl-node

Version:

A library for retrieving audio streams and other data from X Spaces, built on Node.js and TypeScript.

45 lines (44 loc) 970 B
{ "name": "xdl-node", "version": "1.0.17", "description": "A library for retrieving audio streams and other data from X Spaces, built on Node.js and TypeScript.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "twitter", "twitter-spaces", "api", "unofficial-api", "typescript", "nodejs", "audio-stream", "download", "live-recording", "ffmpeg", "metadata" ], "author": "norilover", "license": "MIT", "devDependencies": { "@types/fluent-ffmpeg": "^2.1.27", "@types/lodash": "^4.17.15", "@types/node": "^18.0.0", "typescript": "^4.9.0" }, "dependencies": { "@supabase/supabase-js": "^2.48.1", "axios": "^0.27.2", "axios-retry": "^3.9.1", "fluent-ffmpeg": "^2.1.3", "lodash": "^4.17.21", "openai": "^4.85.3", "p-limit": "^6.2.0" } }