forked from birkir/react-native-carplay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.77 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react-native-carplay",
"version": "2.4.1-beta.0",
"description": "CarPlay for React Native",
"main": "lib/index.ts",
"react-native": "src/index.ts",
"source": "src/index.ts",
"files": [
"src",
"lib",
"ios",
"android",
"react-native-carplay.podspec"
],
"podspecPath": "./react-native-carplay.podspec",
"scripts": {
"prepack": "yarn run build",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/birkir/react-native-carplay.git"
},
"keywords": [
"react",
"native",
"carplay",
"navigation",
"car",
"auto"
],
"author": "Birkir Gudjonsson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/birkir/react-native-carplay/issues"
},
"homepage": "https://github.com/birkir/react-native-carplay#readme",
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-native": "^0.60.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-native": {
"optional": true
}
},
"devDependencies": {
"@react-native-community/eslint-config": "3.2.0",
"@tsconfig/react-native": "3.0.2",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-native": "0.67.5",
"cross-env": "7.0.3",
"docusaurus-plugin-typedoc": "0.19.2",
"eslint": "^8.19.0",
"jest": "29.5.0",
"microbundle": "0.14.2",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"typedoc": "0.24.7",
"typedoc-github-wiki-theme": "1.1.0",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.0.4"
}
}