-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 949 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
{
"name": "@argyleio/argyle-plugin-react-native",
"title": "Argyle Link React Native",
"version": "%LINK_VERSION%",
"description": "Argyle Link React Native SDK",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/argyle-systems/argyle-link-react-native.git",
"baseUrl": "https://github.com/argyle-systems/argyle-link-react-native.git"
},
"keywords": [
"react-native"
],
"author": {
"name": "Argyle Systems",
"email": "argyle@argyle.io"
},
"license": "Apache 2.0",
"licenseFilename": "Apache 2.0",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.0.0 <19.0.0",
"react-native": ">=0.65.0 <1.0.x"
},
"devDependencies": {
"react": "^17.0.0",
"react-native": "^0.65.0"
}
}