irgendwas mit node 13.2, versionsbump und dep updates
This commit is contained in:
parent
7ffc1eca59
commit
dda8c410f6
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "keinbotv3",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Bot, kennste?",
|
||||
"main": "bot.js",
|
||||
"main": "bot.mjs",
|
||||
"scripts": {
|
||||
"start": "node --experimental-modules src/bot.mjs",
|
||||
"start": "node --experimental-json-modules src/bot.mjs",
|
||||
"rmlog": "rm logs/*.log || true",
|
||||
"debug": "yarn run rmlog ; yarn start"
|
||||
},
|
||||
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo",
|
||||
"flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies",
|
||||
"pg": "^7.12.1",
|
||||
"pg": "^7.14.0",
|
||||
"stringify-object": "^3.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user