-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "react-native-tomtom-autocomplete",
"version": "1.1.3",
"description": "Customizable TomTom autocomplete component for iOS and Android React-Native apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:pROFESOR11/react-native-tomtom-autocomplete.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "tsc --watch",
"clean-install": "rm -rf node_modules && yarn"
},
"keywords": [
"tomtom",
"autocomplete",
"places",
"search",
"react",
"react native",
"ios",
"android"
],
"author": "pROFESOR11",
"license": "MIT",
"bugs": {
"url": "https://github.com/pROFESOR11/react-native-tomtom-autocomplete/issues"
},
"homepage": "https://github.com/pROFESOR11/react-native-tomtom-autocomplete#readme",
"devDependencies": {
"react": "^16.13.1",
"react-native": "^0.62.2",
"typescript": "^3.9.7"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}