Every new change
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
"lint": "eslint src/",
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
@ -12,5 +13,8 @@
|
||||
"discord.js": "^12.0.2",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemon": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user