-
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) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 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": "node-server",
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "docker-compose build && docker-compose up"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MCT-TeamProject-C02/Node-Server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MCT-TeamProject-C02/Node-Server/issues"
},
"homepage": "https://github.com/MCT-TeamProject-C02/Node-Server#readme",
"dependencies": {
"@influxdata/influxdb-client": "^1.9.0",
"@yimura/import-dir": "^0.1.10",
"bcrypt": "^5.0.0",
"busboy": "^0.3.1",
"ioredis": "^4.22.0",
"mongoose": "^5.11.10",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"tplink-cloud-api": "^0.1.4",
"uuid": "^8.3.2"
}
}