apradiobot/package.json
notnull 8f5510993c added ability to reset playlists
- only owners can run it 
- iterates over all playlists in foler /playlists (gitignored) 
- shuffles mpc playlist and then plays
2019-12-22 02:04:03 -05:00

24 lines
454 B
JSON

{
"name": "radiobot",
"version": "1.0.0",
"description": "a bot",
"main": "index.js",
"scripts": {
"start": "node ./src",
"dev": "nodemon ./src"
},
"author": "notnull",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.7.1",
"irc-framework": "^4.5.2",
"node-spotify-api": "^1.1.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3"
}
}