-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1021 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
37
38
39
{
"name": "remotion-subtitle",
"version": "1.0.5",
"description": "Create Animated Subtitles from .srt files in remotion.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"publish": "npm run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/ahgsql/remotion-subtitles.git"
},
"keywords": [
"react",
"remotion",
"subtitles",
"captions",
"animated subtitles"
],
"author": "ahgsql",
"license": "MIT",
"peerDependencies": {
"remotion": "^4.0.137"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-terser": "^0.4.4",
"remotion": "^4.0.137",
"rollup": "^2.52.4"
}
}