-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
40 lines (40 loc) · 991 Bytes
/
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
{
"name": "react-native-email-link",
"version": "1.15.0",
"versionCode": 3,
"description": "Open the mail app of the user's choice",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/includable/react-native-email-link.git"
},
"scripts": {
"lint:fix": "prettier --write .",
"lint": "prettier --check .",
"release": "semantic-release"
},
"keywords": [
"react-native",
"react-component",
"email",
"link",
"linking",
"react",
"ios",
"android"
],
"author": "Thomas Schoffelen <[email protected]> (https://includable.com/)",
"license": "MIT",
"homepage": "https://github.com/includable/react-native-email-link#readme",
"bugs": {
"url": "https://github.com/includable/react-native-email-link/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.40.0"
},
"devDependencies": {
"prettier": "^3.3.2",
"semantic-release": "^23.1.1"
}
}