forked from ggwadera/c0d3-challenges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
{
"name": "ggwdr.freedomains.dev",
"version": "1.0.0",
"description": "",
"main": "deploy.config.js",
"scripts": {
"start": "nodemon app.js",
"start:myproxy": "node app.js",
"lint": "npx eslint js5/* --ext .js --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:/home/myproxy/ggwdr.freedomains.dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"gm": "^1.23.1",
"jimp": "^0.14.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"tesseract.js": "^2.1.1",
"uuid": "^8.2.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"nodemon": "^2.0.4"
}
}