Files
generic-reddit-bot/package.json
T
StarAppeal a0d65f728a bugfix
2021-01-31 15:09:47 +01:00

27 lines
642 B
JSON

{
"name": "generic-reddit-bot",
"version": "1.0.0",
"description": "Generic reddit bot",
"main": "server.js",
"scripts": {
"start": "node src/server.js",
"debug": "node src/server.js DEBUG",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "\u0016https://github.com/StarAppeal/generic-reddit-bot"
},
"author": "starappeal, tsomic",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"dateformat": "^3.0.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"snoostorm": "^1.3.0",
"snoowrap": "^1.21.0",
"winston": "^3.2.1"
}
}