-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
{
"name": "video-transcoder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"start": "node app.js",
"doc": "jsdoc -d docs -r domains/Database",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qonsoll/video-transcoder.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qonsoll/video-transcoder/issues"
},
"homepage": "https://github.com/qonsoll/video-transcoder#readme",
"dependencies": {
"@google-cloud/speech": "^4.8.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"firebase-admin": "^9.11.1",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^4.6.0",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nodemon": "^2.0.12",
"prom-client": "^14.0.0",
"socket.io": "^4.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.2.0",
"jest": "^27.5.1",
"jsdoc": "^3.6.7",
"prettier": "^2.0.5",
"supertest": "^6.2.2"
}
}