-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 778 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
{
"name": "davinci-slide-builder",
"version": "1.2.1",
"description": "Slideshow timeline builder in FCP XML format",
"main": "src/index.js",
"bin": {
"slide-builder": "cli/index.js"
},
"files": [
"cli/",
"src/"
],
"scripts": {
"test": "mocha src"
},
"author": "Moos",
"keywords": [
"video", "photos", "slides", "slideshow", "davinci", "da vinci", "resolve", "fcpxml"
],
"engines": {
"node": ">=8"
},
"license": "ISC",
"repository": "https://github.com/moos/davinci-slide-builder.git",
"dependencies": {
"array-sort": "^1.0.0",
"fast-glob": "^2.2.6",
"knuth-shuffle-seeded": "^1.0.6",
"yargs-parser": "^11.1.1"
},
"devDependencies": {
"fast-xml-parser": "^3.12.12",
"mocha": "^7.1.1"
}
}