-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (59 loc) · 1.5 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "veestream",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amschel99/veestream"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amschel99/veestream"
},
"dependencies": {
"@azure/core-http": "^2.3.1",
"@azure/storage-blob": "^12.10.0",
"@paypal/checkout-server-sdk": "^1.0.3",
"azure-storage": "^2.10.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"console-progress": "^0.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eiows": "^4.1.2",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"gridfs-stream": "^1.1.1",
"http": "^0.0.1-security",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"mime": "^3.0.0",
"mongodb": "4.12",
"mongoose": "^6.6.7",
"ms-rest-azure": "^2.5.7",
"ms-rest-nodeauth": "^0.1.0",
"multer": "^1.4.5-lts.1",
"multer-azure-blob-storage": "^1.2.0",
"process": "^0.11.10",
"regenerator-runtime": "^0.13.11",
"socket-io": "^1.0.0",
"socket.io-client": "^4.5.4",
"stream": "^0.0.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0",
"thumbsupply": "^0.4.0",
"video-thumbnail": "^1.2.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}