-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "reddit-hot-subredit-crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --inspect=0.0.0.0:9229 index.js",
"start": "node index.js",
"migrate": "node ./bin/migrate.js",
"test": "jest"
},
"dependencies": {
"@std/esm": "^0.26.0",
"await-to-js": "^2.1.1",
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-validation": "^3.0.8",
"fs": "0.0.1-security",
"http-errors": "~1.6.3",
"joi": "^17.4.0",
"mocha": "^8.1.3",
"morgan": "~1.9.1",
"node-cron": "^3.0.0",
"nodemon": "^2.0.7",
"pg": "^8.5.1",
"sequelize": "^6.6.2",
"supertest": "^4.0.2"
},
"devDependencies": {
"cz-conventional-changelog": "^3.2.0",
"jest": "^26.6.3"
},
"author": "",
"license": "ISC"
}