{
|
|
"name": "dss",
|
|
"version": "1.0.0",
|
|
"description": "Daily Stormer Search",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"better-sqlite3": "^7.1.1",
|
|
"bluebird": "^3.7.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"commander": "^6.2.1",
|
|
"dotenv": "^8.2.0",
|
|
"ejs": "^3.1.5",
|
|
"escape-goat": "^3.0.0",
|
|
"fs-router": "^0.5.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"luxon": "^1.25.0",
|
|
"micro": "^9.3.4",
|
|
"pagination-utility": "^0.1.3",
|
|
"pino": "^6.8.0",
|
|
"qs": "^6.9.4",
|
|
"rss-parser": "^3.10.0",
|
|
"serve-handler": "^6.1.3",
|
|
"ucfirst": "^1.0.0",
|
|
"urlite": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"micro-dev": "^3.0.0"
|
|
}
|
|
}
|