-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 692 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 692 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
{
"name": "@handidev/react-native-boilerplate",
"version": "0.2.1",
"keywords": [
"react",
"native",
"boilerplate",
"rn-boilerplate",
"handidev",
"react-native",
"starter-kit",
"react-navigation",
"react-native-navigation",
"0.73.1"
],
"scripts": {
"release": "standard-version"
},
"description": "React Native Boilerplate Template",
"repository": "https://github.com/handi-dev/react-native-boilerplate",
"author": "Handi Priyono <contact@handi.dev>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"standard-version": "^9.5.0"
}
}