-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "autocaption",
"version": "1.0.0",
"description": "Upload a video to api.video and then automatically generate captions from Happy Scribe (NodeJS)",
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.26.0"
},
"dependencies": {
"@api.video/nodejs-sdk": "^1.8.2",
"axios": "^0.20.0",
"babel-core": "^6.26.3",
"babel-node": "0.0.1-security",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-validator": "^6.4.0",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"pug": "^2.0.4",
"serve-favicon": "^2.5.0"
},
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"startprod": "babel-node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougsillars/autoCaption.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dougsillars/autoCaption/issues"
},
"homepage": "https://github.com/dougsillars/autoCaption#readme"
}