apradiobot/package.json
2019-12-09 14:15:50 -05:00

23 lines
426 B
JSON

{
"name": "radiobot",
"version": "1.0.0",
"description": "a bot",
"main": "index.js",
"scripts": {
"start": "node ./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"
}
}