forked from ayghon/react-native-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 852 Bytes
/
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
{
"name": "reactnativetemplategenerator",
"version": "1.1.0",
"description": "A React Native template to quickly setup a new project with popular libs",
"author": "Aylin Gokalp",
"license": "MIT",
"repository": "git@github.com:ayghon/react-native-template.git",
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"semantic-release": "^19.0.5"
},
"scripts": {
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@types/inquirer": "^8.2.4",
"inquirer": "^8.2.2",
"ora": "^5.4.1"
}
}