-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 913 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 913 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
33
34
35
36
{
"name": "azure-function",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf dist",
"prestart": "npm run clean && npm run build",
"start": "func start",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/functions": "^4.0.0",
"@azure/identity": "^3.3.2",
"@azure/storage-blob": "^12.16.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"api": "^6.1.1",
"dayjs": "^1.11.10",
"fluent-ffmpeg": "^2.1.2",
"fluent-ffmpeg-extended": "^1.5.2",
"fs-extra": "^11.1.1",
"ioredis": "^5.3.2",
"mime-types": "^2.1.35",
"redis": "^4.6.10",
"subsrt": "^1.1.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^18.x",
"rimraf": "^5.0.0",
"typescript": "^4.0.0"
},
"main": "dist/src/functions/*.js"
}