-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 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
{
"name": "chester-server",
"version": "0.0.0",
"private": true,
"scripts": {
"service:app": "node ./bin/www",
"start": "node ./bin/www",
"build": "gcloud builds submit --tag=gcr.io/agricultureiot/chester-server"
},
"dependencies": {
"@sendgrid/mail": "^7.5.0",
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.2",
"joi": "^17.4.1",
"js-sha3": "^0.8.0",
"knex": "^0.95.8",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nodemailer": "^6.6.3",
"uuid": "^8.3.2",
"web3": "^1.5.2",
"yamljs": "^0.3.0"
}
}