-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "@coawazie/react-native-ev-models-picker",
"version": "0.1.28",
"description": "A package to select EV makes, models, years, and trims from a large collection of options",
"main": "index.ts",
"scripts": {
"test": "test",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinomnsoawazie/react-native-ev-models-picker.git"
},
"keywords": [
"evs",
"ev",
"ev-makes",
"ev-models",
"electric-vehicle",
"ev-cars",
"electric-vehicles",
"vehicles"
],
"author": "Chinomnso Awazie",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinomnsoawazie/react-native-ev-models-picker/issues"
},
"homepage": "https://github.com/chinomnsoawazie/react-native-ev-models-picker#readme",
"dependencies": {
"react-native-dropdown-picker": "^5.4.6"
},
"devDependencies": {
"@tsconfig/react-native": "^3.0.3",
"@types/react": "^18.2.66",
"@types/react-native": "^0.73.0",
"jest": "^29.7.0",
"typescript": "^5.4.2"
}
}