forked from antonionduarte/generative-video-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 820 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
{
"name": "generative_video_engine",
"version": "1.1.1",
"description": "Generative video engine is a tool, based on the code of Hashlips Art Engine, used to create multiple different instances of artworks based on provided layers, in the forms of videos.",
"main": "index.js",
"bin": "index.js",
"pkg": {
"assets": [
"layers/**/*",
"node_modules/**/*",
"src/**/*"
]
},
"scripts": {
"rarity": "node utils/rarity.js",
"build": "node index.js",
"generate": "node index.js",
"update_info": "node utils/update_info.js",
"generate_metadata": "node utils/generate_metadata.js",
"convert_gif": "node utils/convert_to_gif.js"
},
"author": "António Nunes Duarte",
"license": "MIT",
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"sha1": "^1.1.1"
}
}