forked from Mindinventory/react-native-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "@mindinventory/react-native-boilerplate",
"version": "2.0.4",
"description": "React Native Template",
"repository": "https://github.com/Mindinventory/react-native-boilerplate.git",
"author": "Mindinventory",
"license": "MIT",
"private": false,
"scripts": {
"android": "cd MIBoilerplate/ && npx react-native run-android",
"ios": "cd MIBoilerplate/ && npx react-native run-ios",
"prepare": "husky install"
},
"bugs": {
"url": "https://github.com/Mindinventory/react-native-boilerplate/issues"
},
"homepage": "https://github.com/Mindinventory/react-native-boilerplate/blob/master/README.md",
"keywords": [
"react-native",
"mindinventory",
"boilerplate",
"starter-kit",
"react-native-template",
"react",
"native",
"template"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Mindinventory/react-native-boilerplate/blob/master/LICENSE"
}
],
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"husky": "^8.0.3"
}
}