forked from ngocle2497/BoilerplateReactNative
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 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
{
"name": "rn-boiler-template",
"version": "1.67.44",
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "https://github.com/MasonLe2497/BoilerplateReactNative"
},
"keywords": [
"react-native",
"typescript",
"template",
"boilerplate",
"starter"
],
"author": "MasonLe <lhngoc2497@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MasonLe2497/BoilerplateReactNative/issues"
},
"homepage": "https://github.com/MasonLe2497/BoilerplateReactNative#readme"
}