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