new dependencies (pg-format & eslint)
This commit is contained in:
parent
dd1b0b6c88
commit
ec0cdd859f
2 changed files with 879 additions and 1 deletions
875
package-lock.json
generated
875
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,9 +7,12 @@
|
||||||
"@sentry/node": "^5.26.0",
|
"@sentry/node": "^5.26.0",
|
||||||
"discord.js": "^12.3.1",
|
"discord.js": "^12.3.1",
|
||||||
"pg": "^8.4.1",
|
"pg": "^8.4.1",
|
||||||
|
"pg-format": "^1.0.4",
|
||||||
"winston": "^3.3.3"
|
"winston": "^3.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {
|
||||||
|
"eslint": "^7.11.0"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue