Files
dsabot/package.json
2020-03-21 19:08:01 +01:00

18 lines
326 B
JSON

{
"name": "dsabot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "bower install && grunt build",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.0.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.2"
}
}