Files
dss/package.json
T
2020-12-20 11:11:49 -08:00

25 lines
539 B
JSON

{
"name": "ds",
"version": "1.0.0",
"description": "Daily Stormer Utilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.21.0",
"better-sqlite3": "^7.1.1",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
"commander": "^6.2.1",
"dotenv": "^8.2.0",
"lodash.flatten": "^4.4.0",
"luxon": "^1.25.0",
"pino": "^6.8.0",
"rss-parser": "^3.10.0",
"urlite": "^3.0.0"
}
}