-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 Bytes
/
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
{
"name": "react-native-simple-date",
"version": "1.0.8",
"description": "Simple date picker",
"main": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib/* && tsc"
},
"keywords": [
"datepicker",
"react-native",
"react-native-datepicker",
"expo-datepicker",
"expo"
],
"repository": {
"type": "git",
"url": "https://github.com/stealkiller06/react-native-simple-datepicker"
},
"author": "Frank Pena <[email protected]>",
"license": "MIT",
"files": [
"lib"
],
"devDependencies": {
"typescript": "^4.3.2",
"@types/expo": "^33.0.1",
"@types/react": "^17.0.40",
"@types/react-native": "^0.67.2"
},
"peerDependencies": {
"react-native": "*",
"expo": "*"
}
}