-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 846 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
{
"name": "@rahsheen/rn-template-ts-paper-navigation",
"version": "0.0.3",
"description": "React Native template with Typescript, React Navigation, and React Native Paper.",
"scripts": {
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rahsheen/react-native-template-ts-paper-navigation"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate"
],
"author": "Rahsheen Porter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rahsheen/react-native-template-ts-paper-navigation/issues"
},
"homepage": "https://github.com/rahsheen/react-native-template-ts-paper-navigation/blob/main/README.md"
}