-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 935 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
40
41
{
"name": "comic-graphql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --inspect index.js",
"start": "node index.js",
"scrapper": "node src/scrapper/job.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.4.8",
"atob": "^2.1.2",
"aws-sdk": "^2.415.0",
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.2",
"express-slow-down": "^1.3.1",
"got": "^11.1.4",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.3",
"jsonwebtoken": "^8.1.0",
"lodash.merge": "^4.6.2",
"mongodb": "5.1.0",
"node-cron": "^3.0.2",
"simple-node-logger": "^18.12.21"
},
"engines": {
"node": "16"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}