-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.77 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
{
"name": "@pardnchiu/flexplyr",
"version": "2.2.7",
"description": "FlexPlyr is a lightweight JavaScript library that provides embedded HTML5 video players and YouTube players, featuring highly customizable control panels and visual effects.",
"main": "dist/FlexPlyr.js",
"scripts": {
"minify": "npx terser src/js/*.js src/js/function/*.js src/js/model/*.js -c -m -o dist/FlexPlyr.js --config-file terser.config.json --name-cache terser.cache.json && npx terser src/js/*.js src/js/function/*.js src/js/model/*.js -c -m -o dist/FlexPlyr.esm.js --config-file terser.config.json --name-cache terser.cache.json && echo 'export const player = window.FPlyr; export const FPlyr = window.FPlyr;' >> dist/FlexPlyr.esm.js",
"minify-w": "chokidar src/js/*.js src/js/function/*.js src/js/model/*.js -c 'npm run minify'",
"sass": "sass src/scss:dist -w --style compressed --no-source-map",
"sass-index": "sass static/sass/:static/css/ -w --style compressed --no-source-map"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pardnchiu/FlexPlyr.git"
},
"keywords": [
"javascript-library",
"video-player",
"media-player",
"audio-player",
"youtube-player",
"vimeo-player",
"邱敬幃",
"pardnchiu"
],
"author": "Pardn Chiu",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/pardnchiu/FlexPlyr/issues"
},
"homepage": "https://github.com/pardnchiu/FlexPlyr#readme",
"devDependencies": {
"chokidar-cli": "3.0.0",
"terser": "5.31.3",
"sass": "1.62.0"
}
}