Uwev2/package.json

20 lines
526 B
JSON
Raw Normal View History

2017-11-07 17:22:41 +00:00
{
2017-11-08 12:11:38 +00:00
"name": "keinbotv3",
2017-11-07 17:22:41 +00:00
"version": "0.0.1",
"description": "Bot, kennste?",
2017-11-08 18:43:08 +00:00
"main": "bot.js",
2017-11-07 17:22:41 +00:00
"scripts": {
2018-02-27 08:24:32 +00:00
"start": "node --experimental-modules src/bot.mjs",
"rmlog": "rm logs/*.log || true",
"debug": "npm run rmlog ; npm start"
2017-11-07 17:22:41 +00:00
},
"author": "Flummi & jkhsjdhjs",
"license": "WTFPL",
"dependencies": {
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo",
2019-08-22 09:56:16 +00:00
"flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies",
"pg": "^7.12.1",
"stringify-object": "^3.3.0"
2017-11-07 17:22:41 +00:00
}
}