forked from Shopify/react-native-android-auto
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1006 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
{
"name": "react-native-android-audo",
"title": "React Native Android Auto",
"version": "1.0.3",
"description": "Android auto integration for React native apps",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"prettier": "prettier -w .",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github_account/react-native-android-auto.git",
"baseUrl": "https://github.com/github_account/react-native-android-auto"
},
"keywords": [
"react-native"
],
"author": {
"name": "Hamid Badiozamani",
"email": "[email protected]"
},
"license": "private",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.62.0"
},
"dependencies": {
"lodash": "^4.17.20",
"react-reconciler": "^0.26.1"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}