23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "generic-reddit-bot",
|
|
"version": "1.0.0",
|
|
"description": "Generic reddit bot",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node src/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/StarAppeal/generic-reddit-bot"
|
|
},
|
|
"author": "starappeal, tsomic",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"dateformat": "^3.0.3",
|
|
"snoostorm": "^1.3.0",
|
|
"snoowrap": "^1.23.0",
|
|
"winston": "^3.8.2"
|
|
}
|
|
}
|