-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.01 KB
/
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
42
43
{
"name": "js5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.3.0",
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.0",
"geoip-lite": "^1.4.1",
"graphql": "^16.6.0",
"jimp": "^0.9.8",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"nodemailer": "^6.4.6",
"tesseract.js": "^2.1.1",
"uuidv4": "^6.0.6",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^27.0.1",
"supertest": "^6.1.3"
}
}