generated from WrathChaos/react-native-typescript-library-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.53 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
{
"name": "@paraboly/react-native-media-picker",
"version": "0.2.1",
"description": "Easy to use media picker modal for React Native by Paraboly",
"main": "./build/dist/MediaPicker.js",
"repository": "[email protected]:WrathChaos/@paraboly/react-native-media-picker.git",
"author": "FreakyCoder <[email protected]>",
"license": "MIT",
"homepage": "https://www.paraboly.com",
"bugs": "https://github.com/WrathChaos/@paraboly/react-native-media-picker/issues",
"keywords": [
"paraboly",
"FreakyCoder",
"freakycoder",
"kuray",
"Kuray",
"react",
"react-native",
"javascript",
"ui-lib",
"rn"
],
"scripts": {
"build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"peerDependencies": {
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"@freakycoder/react-native-helpers": ">= 0.1.2",
"react-native-dynamic-vector-icons": ">= 0.2.1",
"react-native-gesture-handler": ">= 1.5.3",
"react-native-image-crop-picker": ">= 0.26.2",
"react-native-modalize": ">= 1.3.6",
"react-native-reanimated": ">= 1.4.0",
"react-native-vector-icons": ">= 6.6.0"
},
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-native": "^0.60.28",
"react-native-typescript-transformer": "^1.2.13",
"typescript": "^3.7.4"
}
}