-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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": "@jwplayer/jwplayer-react-native",
"version": "1.0.3",
"description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"lint": "eslint index.js example/index.js example/src",
"badges:license": "badge license MIT :green > ./badges/license.svg",
"badges:version": "badge version $npm_package_version :blue > ./badges/version.svg"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jwplayer/jwplayer-react-native"
},
"keywords": [
"react",
"react-native",
"jwplayer",
"media",
"player",
"mediaplayer",
"media-player",
"jw",
"android",
"ios",
"audio",
"video",
"sdk"
],
"author": "JWPLAYER",
"license": "MIT",
"homepage": "https://github.com/jwplayer/jwplayer-react-native#readme",
"devDependencies": {
"badge-maker": "^3.3.1",
"react": ">= 18.2.0",
"react-native": ">= 0.72.5"
},
"dependencies": {
"lodash.isequalwith": "^4.4.0"
}
}