-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "jassub",
"version": "1.7.17",
"description": "libass Subtitle Renderer and Parser library for browsers",
"main": "src/jassub.js",
"type": "module",
"files": [
"dist/COPYRIGHT",
"dist/default.woff2",
"dist/jassub*",
"src/jassub.js",
"index.d.ts"
],
"scripts": {
"build": "node vite.build.js",
"docker:build": "docker build -t thaunknown/jassub-build .",
"docker:run": "docker run -it --rm -v ${PWD}:/code --name thaunknown_jassub-build thaunknown/jassub-build:latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThaUnknown/jassub.git"
},
"keywords": [
"libass",
"subtitle",
"wasm",
"emscripten"
],
"author": "ThaUnknown",
"contributors": [
"SubtitlesOctopus Contributors"
],
"license": "LGPL-2.1-or-later AND (FTL OR GPL-2.0-or-later) AND MIT AND MIT-Modern-Variant AND ISC AND NTP AND Zlib AND BSL-1.0",
"bugs": {
"url": "https://github.com/ThaUnknown/jassub/issues"
},
"homepage": "https://github.com/ThaUnknown/jassub",
"dependencies": {
"rvfc-polyfill": "^1.0.7"
},
"devDependencies": {
"@types/emscripten": "^1.39.7",
"terser": "^5.19.4",
"vite": "^4.4.9",
"vite-plugin-static-copy": "^0.17.0"
}
}