-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 806 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 806 Bytes
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": "@volkenomakers/react-native-tabs",
"version": "1.0.0",
"description": "React native package for tabs layout",
"scripts": {
"build": "tsc",
"prepare": "yarn run build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"typescript": "~5.3.3"
},
"peerDependencies": {
"react-native-pager-view": "6.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolkenoMakers/react-native-tabs.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-tabs",
"babacarMbengue12",
"volkeno",
"tabs"
],
"author": "volkenomakers",
"license": "ISC",
"bugs": {
"url": "https://github.com/VolkenoMakers/react-native-tabs/issues"
}
}