23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "SkeptiCOM",
|
|
"version": "0.2.10",
|
|
"description": "Bot Skeptikon",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"service": "node index.js --service",
|
|
"stop": "node index.js stop"
|
|
},
|
|
"author": "Ju [kataku] / Skeptikon",
|
|
"dependencies": {
|
|
"colors": "^1.4.0",
|
|
"dateformat": "^3.0.3",
|
|
"discord.js": "^12.0.1",
|
|
"fs-extra": "^9.0.0",
|
|
"jsonfile": "^6.0.1",
|
|
"lodash": "^4.17.15",
|
|
"pm2": "^4.2.3",
|
|
"rss-parser": "^3.7.5"
|
|
}
|
|
}
|