-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 832 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 832 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
{
"name": "@mthuong/react-native-boilerplate",
"version": "0.63.4",
"description": "React Native Boilerplate",
"author": "Tom Nguyen <nguyenmanhthuong41@gmail.com>",
"license": "MIT",
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/emin93/react-native-template-typescript.git"
},
"bugs": {
"url": "https://github.com/emin93/react-native-template-typescript/issues"
},
"homepage": "https://github.com/emin93/react-native-template-typescript#readme",
"main": "template/",
"scripts": {
"test": "npx react-native init MyApp --template @mthuong/react-native-boilerplate"
},
"keywords": [
"react-native",
"boilerplate",
"redux",
"typescript",
"jest",
"react-navigation",
"redux-toolkit"
]
}