-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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
{
"name": "shopify",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.5",
"@types/express": "^4.17.0",
"@types/mongodb": "^3.1.28",
"@types/nconf": "^0.10.0",
"@types/nodemailer": "^6.2.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"exceptional.js": "^0.6.2",
"express": "^4.17.1",
"gulp-copy": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.7",
"nodemailer": "^6.2.1",
"typescript": "^3.5.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"nconf": "^0.10.0"
}
}