-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "react-native-template-feris",
"version": "0.0.1",
"description": "Clean and minimalist React Native template for a quick start with TypeScript with some cool configuration.",
"files": [
"ferisTemplate",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andreferi3/react-native-template-feris.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate"
],
"author": "Andre Feri Saputra <andreferi135@gmail.com>",
"license": "MIT",
"bugs": {
"url": "hhttps://github.com/andreferi3/react-native-template-feris"
},
"homepage": "https://github.com/andreferi3/react-native-template-feris#readme"
}