UNPKG

spotifydl-x

Version:
54 lines (53 loc) 1.38 kB
{ "name": "spotifydl-x", "version": "0.3.5", "description": "Spotify downloader for node", "main": "dist/index.js", "files": [ "dist/**/*" ], "types": "dist", "scripts": { "build": "tsc -p .", "test": "node tests", "docs": "typedoc", "prepare": "npm run build", "prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write" }, "repository": { "type": "git", "url": "git+https://github.com/alensaito1/spotifydl-core.git" }, "keywords": [ "spotify", "spotify-downloader", "music" ], "author": "Alen Yohannan", "license": "MIT", "bugs": { "url": "https://github.com/alensaito1/spotifydl-core/issues" }, "homepage": "https://github.com/alensaito1/spotifydl-core#readme", "devDependencies": { "@types/fluent-ffmpeg": "^2.1.21", "@types/fs-extra": "^11.0.1", "@types/node": "^15.3.0", "@types/spotify-web-api-node": "^5.0.7", "@types/yt-search": "^2.3.2", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.38.0", "prettier": "^2.8.7", "typedoc": "^0.24.0", "typescript": "^5.0.4" }, "dependencies": { "axios": "^1.3.5", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.1.1", "spotify-web-api-node": "^5.0.2", "youtubedl-core": "^4.11.4", "yt-search": "^2.10.4" } }