-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 907 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 907 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
{
"name": "react-native-template-basic-typescript",
"version": "1.0.2",
"description": "Template de react native com styled-components e react-navigation já configurados",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jfelipesouza/react-native-template-basic-typescript.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate",
"styled-components",
"react-navigation",
"responsive mobile",
"mobile",
"responsive"
],
"author": "Felipe Souza <[email protected]>",
"bugs": {
"url": "https://github.com/jfelipesouza/react-native-template-basic-typescript/issues"
},
"homepage": "https://github.com/jfelipesouza/react-native-template-basic-typescript#readme"
}