-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
54 lines (54 loc) · 1.31 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
{
"name": "@react-native-cookies/cookies",
"version": "6.2.1",
"description": "Cookie Manager for React Native",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-cookies/cookies.git",
"baseUrl": "https://github.com/react-native-cookies/cookies"
},
"keywords": [
"react native",
"react-native-component",
"android",
"ios",
"cookies",
"webview"
],
"files": [
"android",
"ios",
"index.d.ts",
"react-native-cookies.podspec"
],
"author": {
"name": "Jason Safaiyeh",
"email": "safaiyeh@protonmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/react-native-cookies/cookies/issues"
},
"homepage": "https://github.com/react-native-cookies/cookies#readme",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint index.js",
"semantic-release": "semantic-release"
},
"dependencies": {
"invariant": "^2.2.4"
},
"peerDependencies": {
"react-native": ">= 0.60.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.6",
"@react-native-community/eslint-plugin": "^1.0.0",
"@semantic-release/git": "^8.0.0",
"eslint": "^6.8.0",
"semantic-release": "^17.2.3"
}
}