-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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
48
49
50
51
52
53
54
{
"name": "react-native-separator-ui",
"version": "1.3.0",
"description": "Componente de separador ligero y reutilizable para React Native. Ideal para crear divisiones horizontales y verticales en tus aplicaciones móviles.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsup",
"prepare": "npm run build",
"clean": "rm -rf dist"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.64.0"
},
"devDependencies": {
"@types/react": "^19.1.3",
"@types/react-native": "^0.72.8",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"keywords": [
"react-native",
"separator",
"divider",
"layout",
"component",
"ui",
"mobile",
"react-native-component",
"typescript",
"divider-component",
"layout-component"
],
"author": {
"name": "Urian Viera",
"email": "urianwebdeveloper@gmail.com",
"url": "https://www.urianviera.com"
},
"homepage": "https://github.com/urianviera/react-native-separator#readme",
"bugs": {
"url": "https://github.com/urianviera/react-native-separator/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/urianviera/react-native-separator.git"
}
}