spotifydl-core
Version:
Spotify downloader for node
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "spotifydl-core",
"version": "0.2.0",
"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.17",
"@types/fs-extra": "^9.0.11",
"@types/node": "^15.3.0",
"@types/spotify-web-api-node": "^5.0.2",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"prettier": "^2.3.0",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.21.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"spotify-web-api-node": "^5.0.2",
"yt-search": "^2.8.0",
"ytdl-core": "^4.8.3"
}
}