18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "dsabot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "npm run build",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^12.0.2",
|
|
"mysql": "^2.18.1",
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|