-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cassettator.js",
"version": "0.504.5",
"description": "A collection of video.js components and plugins",
"author": "amtins <amtins.dev@gmail.com>",
"license": "MIT",
"keywords": [
"video.js",
"videojs",
"videojs-plugin",
"video",
"player",
"markers",
"chapters",
"cassette",
"cassettator",
"plugin"
],
"bugs": {
"url": "https://github.com/amtins/cassettator.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amtins/cassettator.js.git"
},
"main": "dist/cassettator.es.min.js",
"cassettator-markers-css": "dist/cassettator.markers.css",
"browserslist": "defaults",
"targets": {
"cassettator-markers-css": {
"source": "src/markers/css/cassettator-markers.css",
"optimize": true
},
"github": {
"publicUrl": "./",
"source": [
"src/markers/index.html"
],
"distDir": "./dist",
"isLibrary": false,
"outputFormat": "esmodule",
"optimize": true
}
},
"scripts": {
"build": "npm run build:cassettator && npm run build:css",
"build:cassettator": "rollup -c rollup.config.mjs",
"build:css": "parcel build --target cassettator-markers-css",
"github": "parcel build --target github",
"start": "parcel -p 6969 src/**/*.html"
},
"files": [
"/dist",
"/docs",
"README.md",
"LICENSE"
],
"peerDependencies": {
"video.js": ">=7"
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"buffer": "^6.0.3",
"parcel": "^2.11.0",
"rollup": "^4.6.1",
"rollup-plugin-bundle-size": "^1.0.3"
}
}