-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "openplayerjs-youtube",
"version": "2.3.1",
"author": {
"name": "Rafael Miranda",
"email": "rafa8626@gmail.com"
},
"license": "MIT",
"description": "OpenPlayer extension to play YouTube videos",
"repository": {
"url": "https://github.com/openplayerjs/openplayerjs-youtube.git",
"type": "git"
},
"main": "./dist/openplayerjs-youtube.js",
"keywords": [
"media",
"video",
"youtube",
"openplayerjs"
],
"scripts": {
"build": "[ -d ./dist ] && rm -R ./dist; webpack --mode=production",
"lint": "eslint src",
"release": "npm run build && release-it"
},
"readme": "https://github.com/openplayerjs/openplayerjs-youtube/blob/master/README.md",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/runtime": "^7.22.10",
"@release-it/conventional-changelog": "^5.0.0",
"babel-loader": "^8.3.0",
"babel-preset-minify": "^0.5.2",
"conventional-changelog": "^3.1.25",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^3.2.0",
"parse-path": "^7.0.0",
"release-it": "^15.0.0",
"standard-version": "^9.5.0",
"terser-webpack-plugin": "^5.3.9",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"auto-changelog": "^2.4.0",
"core-js": "^3.32.1",
"openplayerjs": "^2.14.0",
"simple-load-script": "^1.0.3"
},
"engines": {
"node": ">=16.0.0"
}
}