-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.44 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.44 KB
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
{
"name": "@spot.im/react-native-spotim",
"title": "React Native SpotIM",
"version": "1.13.0",
"description": "This library provides an easy integration with Spot.IM into a React-Native app",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpotIM/spotim-react-native-sdk.git",
"baseUrl": "https://github.com/SpotIM/spotim-react-native-sdk"
},
"keywords": [
"react-native",
"OpenWeb"
],
"author": "OpenWeb",
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@react-native-community/eslint-config": "^3.0.2",
"@types/jest": "^29.5.13",
"@types/react": "^16.14.20",
"@types/react-native": "^0.66.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"react-native-webview": "^13.6.3",
"typescript": "^4.5.2"
},
"bugs": {
"url": "https://github.com/SpotIM/spotim-react-native-sdk/issues"
},
"homepage": "https://github.com/SpotIM/spotim-react-native-sdk#readme"
}