-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 867 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
40
{
"name": "text2video",
"version": "0.0.1",
"description": "A text-based video creation tool",
"main": "start.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --recursive",
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuinjune/text2video.git"
},
"keywords": [
"text2video",
"text",
"video",
"canvas",
"encode",
"encoder",
"encoding"
],
"author": "Zack Lee",
"license": "GPLV3",
"dependencies": {
"aws-sdk": "^2.783.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ffmpeg-static": "^3.0.0",
"get-json": "^1.0.1",
"optionator": "^0.8.3",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"tmp": "^0.1.0",
"ws": "^7.5.0"
}
}