Uwev2/package.json
Flummi 6030f51616 replace winston with own logger
Co-authored-by: jkhsjdhjs
2019-08-17 13:41:03 +00:00

20 lines
533 B
JSON

{
"name": "keinbotv3",
"version": "0.0.1",
"description": "Bot, kennste?",
"main": "bot.js",
"scripts": {
"start": "node --experimental-modules src/bot.mjs",
"rmlog": "rm logs/*.log || true",
"debug": "npm run rmlog ; npm start"
},
"author": "Flummi & jkhsjdhjs",
"license": "WTFPL",
"dependencies": {
"flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies",
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo",
"pg-promise": "^7.3.2",
"stringify-object": "^3.3.0"
}
}