-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "youtube-video-element",
"version": "1.1.6",
"description": "Custom element (web component) for the YouTube player.",
"author": "@muxinc",
"license": "MIT",
"homepage": "https://github.com/muxinc/youtube-video-element#readme",
"bugs": {
"url": "https://github.com/muxinc/youtube-video-element/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/media-elements.git",
"directory": "packages/youtube-video-element"
},
"files": [
"dist"
],
"type": "module",
"main": "youtube-video-element.js",
"exports": {
".": "./youtube-video-element.js",
"./react": "./dist/react.js"
},
"scripts": {
"lint": "eslint *.js",
"test": "wet run",
"serve": "wet serve",
"build:react": "build-react-wrapper",
"build": "run-s build:*"
},
"devDependencies": {
"build-react-wrapper": "^0.1.6",
"npm-run-all": "^4.1.5",
"wet-run": "^1.2.2"
},
"keywords": [
"youtube",
"video",
"player",
"web component",
"custom element"
]
}