-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
49 lines (49 loc) · 1019 Bytes
/
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
48
49
{
"name": "@thiendangit1102/rn-typescript-graphql",
"version": "0.1.9",
"description": "React Native TypeScript Apollo Graphql Boilerplate",
"scripts": {
"publish": "npm publish --access=public"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "https://github.com/thiendangit/react-native-typeScript-graphql-boilerplate"
},
"keywords": [
"react-native",
"typescript",
"jest",
"graphql-client",
"template",
"boilerplate",
"starter",
"typescript",
"absolute",
"imports",
"navigation",
"async",
"storage",
"components",
"bundle",
"husky",
"git",
"hooks",
"startup",
"fast-image"
],
"author": "thiendangit",
"license": "MIT",
"homepage": "https://github.com/thiendangit/react-native-typeScript-graphql-boilerplate",
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
}
}
}