forked from mifi/editly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "editly",
"description": "Simple, sexy, declarative video editing",
"version": "0.14.2",
"main": "index.js",
"types": "index.d.ts",
"author": "Mikael Finstad <[email protected]>",
"contributors": [
"Patrick Connolly <[email protected]> (https://github.com/patcon)",
"Skayo <[email protected]> (https://skayo.dev)"
],
"type": "module",
"license": "MIT",
"dependencies": {
"canvas": "^2.9.3",
"compare-versions": "^4.1.4",
"execa": "^6.1.0",
"fabric": "^5.2.4",
"file-type": "^18.0.0",
"file-url": "^4.0.0",
"fs-extra": "^10.1.0",
"gl": "^5.0.3",
"gl-buffer": "^2.1.2",
"gl-shader": "^4.3.1",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"json5": "^2.2.1",
"lodash-es": "^4.17.21",
"meow": "^10.1.3",
"nanoid": "^4.0.0",
"ndarray": "^1.0.19",
"p-map": "^5.5.0"
},
"scripts": {
"test": "node test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mifi/editly.git"
},
"bin": {
"editly": "cli.js"
},
"devDependencies": {
"@types/fabric": "^4.5.11",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}