-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
38
39
{
"name": "streamloop",
"version": "1.0.0",
"description": "streamloop",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackerLoop/streamloop.git"
},
"author": "Jorand",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackerLoop/streamloop/issues"
},
"homepage": "https://github.com/HackerLoop/streamloop#readme",
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cloudinary": "^1.22.0",
"comfy.js": "^1.1.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"ip": "^1.1.5",
"mongodb": "^3.5.9",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"tplink-cloud-api": "^0.6.1",
"uuid": "^8.2.0",
"ws": "^7.3.0"
}
}