-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 858 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
{
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"ytdl-core": "^4.11.5"
},
"scripts": {
"start": "node server.js"
},
"name": "zeit---ai-video-editor",
"description": "This repository contains the code for an AI-powered video editing tool. The tool uses machine learning to analyze long videos and create short, engaging clips.",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/luisdonin/Zeit---AI-Video-Editor.git"
},
"keywords": [
"zeit",
"video",
"editor"
],
"author": "José Luis Donin, Lucas Samuel Zanchet",
"license": "ISC",
"bugs": {
"url": "https://github.com/luisdonin/Zeit---AI-Video-Editor/issues"
},
"homepage": "https://github.com/luisdonin/Zeit---AI-Video-Editor#readme"
}