-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 910 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
{
"name": "gridyll",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"bin": {
"fidyll": "./bin/gridyll.js",
"fidyll-deploy": "./bin/gridyll-deploy.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/text-to-speech": "^3.2.5",
"aperture": "^6.0.1",
"archieml": "^0.4.2",
"editly": "^0.11.1",
"fast-copy": "^2.1.1",
"fs-extra": "^10.0.0",
"get-mp3-duration": "^1.0.0",
"get-video-duration": "^4.0.0",
"gif-frames": "^1.0.1",
"gray-matter": "^4.0.3",
"idyll": "^5.5.3",
"idyll-ast": "^2.2.6",
"idyll-d3-component": "^2.1.0",
"js-yaml": "^4.1.0",
"openai-api": "^1.2.5",
"puppeteer": "^10.0.0",
"puppeteer-recorder": "^1.0.7",
"puppeteer-screen-recorder": "^2.0.2",
"record-screen": "^3.19.0"
}
}