2020-12-09 21:19:58 +01:00
|
|
|
{
|
|
|
|
"name": "SkeptiCOM",
|
|
|
|
"version": "0.2.10",
|
|
|
|
"description": "Bot Skeptikon",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js",
|
|
|
|
"service": "node index.js --service",
|
2020-12-20 18:53:35 +01:00
|
|
|
"stop": "node index.js stop",
|
|
|
|
"test": "mocha tests/*-spec.js"
|
2020-12-09 21:19:58 +01:00
|
|
|
},
|
|
|
|
"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",
|
2021-01-19 13:12:44 +01:00
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"pm2": "^4.5.1",
|
2020-12-09 21:19:58 +01:00
|
|
|
"rss-parser": "^3.7.5"
|
2020-12-20 18:53:35 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"mocha": "^8.2.1",
|
|
|
|
"proxyquire": "^2.1.3",
|
2021-01-19 13:12:44 +01:00
|
|
|
"sinon": "^9.2.2",
|
|
|
|
"sinon-chai": "^3.5.0"
|
2020-12-09 21:19:58 +01:00
|
|
|
}
|
|
|
|
}
|