-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"type": "module",
"name": "react-native-openstreetmap-search-places",
"version": "1.0.12",
"description": "A React Native component to search places using OpenStreetMap",
"main": "./src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eliseekn/react-native-openstreetmap-search-places.git"
},
"keywords": [
"React Native",
"places",
"OpenStreetMap"
],
"author": {
"name": "N'Guessan Kouadio Elisée",
"email": "[email protected]",
"url": "https://eliseekn.netlify.app"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eliseekn/react-native-openstreetmap-search-places/issues"
},
"homepage": "https://github.com/eliseekn/react-native-openstreetmap-search-places#readme",
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"dependencies": {
"react-native-paper": "^5.12.3"
},
"peerDependencies": {
"react": "^18.3.1",
"react-native": "^0.74.1"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.1",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "^18.3.1",
"eslint": "^9.2.0",
"eslint-plugin-prettier": "^5.1.3",
"typescript": "^5.4.5",
"metro-react-native-babel-preset": "^0.77.0"
}
}