-
Notifications
You must be signed in to change notification settings - Fork 103
/
package.json
44 lines (44 loc) · 1.03 KB
/
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
{
"name": "rn-boiler-template",
"private": false,
"version": "1.75.4",
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js",
"!template/vendor/",
"!template/node_modules/",
"!template/ios/Pods/",
"!template/android/build/",
"!template/android/app/build/",
"!template/android/.idea/",
"!template/android/.gradle/",
"!node_modules/",
"!template/yarn.lock"
],
"repository": {
"type": "git",
"url": "https://github.com/ngocle2497/BoilerplateReactNative"
},
"keywords": [
"react-native",
"typescript",
"template",
"boilerplate",
"starter"
],
"author": "MasonLe <[email protected]>",
"license": "MIT",
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/ngocle2497/BoilerplateReactNative/issues"
},
"homepage": "https://github.com/ngocle2497/BoilerplateReactNative#readme"
}