-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.12 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.12 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": "@hmarques98/react-native-template-typescript",
"version": "1.0.43",
"description": "A minimal template with good architecture and common packages to let you focus on writing features right away.",
"scripts": {
"publish": ""
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hmarques98/template-react-native-typescript.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate",
"starter",
"typescript",
"absolute",
"imports",
"navigation",
"svg",
"webview",
"async",
"storage",
"styled",
"components",
"bundle",
"visualiser",
"husky",
"git",
"hooks",
"startup",
"time",
"fast-image",
"sentry"
],
"author": "Henrique Marques <marquesprogrammer@hotmail.com>",
"license": "MIT",
"homepage": "https://github.com/hmarques98/template-react-native-typescript",
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
}