-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "react-native-paper-dropdown-updated",
"version": "1.2.1",
"description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect",
"files": [
"dist"
],
"main": "dist/DropDown.js",
"types": "dist/DropDown.d.ts",
"scripts": {
"build": "npm run copy-dts && tsc",
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" dist",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1010nishant/react-native-paper-dropdown-updated.git"
},
"keywords": [
"Dropdown",
"Material",
"Dropdown",
"React",
"Native",
"Paper"
],
"author": "Fateh Farooqui",
"license": "MIT",
"bugs": {
"url": "https://github.com/1010nishant/react-native-paper-dropdown-updated/issues"
},
"homepage": "https://github.com/1010nishant/react-native-paper-dropdown-updated#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"@types/react": "*",
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"typescript": "*"
},
"devDependencies": {
"copyfiles": "^2.4.1"
}
}