Uwev2/package.json
2019-08-22 09:56:16 +00:00

20 lines
526 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": {
"cuffeo": "git+https://gitfap.de/keinBot/cuffeo",
"flumm-fetch-cookies": "git+https://gitfap.de/keinBot/flumm-fetch-cookies",
"pg": "^7.12.1",
"stringify-object": "^3.3.0"
}
}