-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.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": "livy",
"version": "0.0.0-development",
"description": "livy is a simple command line interface based on the livy module. The module uses the REST API to communicate with the Jira instance.",
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/exec": "^3.3.8",
"@semantic-release/git": "^v7.1.0-beta.10",
"cz-conventional-changelog": "3.0.2",
"semantic-release": "^v19.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/3-shake/livy-go.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/3-shake/livy-go/issues"
},
"homepage": "https://github.com/3-shake/livy-go",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"conventional-changelog": "^3.1.15",
"micromatch": "^4.0.2"
}
}