1
0
This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
MySpotifyConnect/package.json

34 lines
766 B
JSON
Raw Permalink Normal View History

{
"name": "MySpotifyTransfer",
"version": "0.3.26062021",
"description": "A sample spotify transfer",
"engines": {
"node": "12.x"
},
"main": "starter.js",
"scripts": {
"start": "node starter.js",
"test": "node test.js"
},
"dependencies": {
"easyvk": "^2.8.2",
"ejs": "^2.5.6",
"express": "^4.15.2",
"got": "^11.8.3",
"heroku-self-ping": "^2.0.1",
"https": "^1.0.0",
"node-telegram-bot-api": "^0.51.0",
"pastebin-ts": "^1.2.0",
"pg": "^8.5.1",
"readline": "^1.3.0",
"request": "^2.88.2",
"spotify-web-api-node": "^5.0.0",
"spotifydl-core": "^0.2.0",
"superagent": "^6.1.0"
},
"devDependencies": {
"tape": "^4.7.0"
},
"license": "MIT"
}