-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
29
30
31
32
33
{
"name": "@goodcity/release-notes",
"version": "1.2.9",
"description": "Release note generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"release-notes": "./bin/release-notes.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crossroads/release-notes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crossroads/release-notes/issues"
},
"homepage": "https://github.com/crossroads/release-notes#readme",
"dependencies": {
"@sendgrid/mail": "^7.2.0",
"clipboardy": "^2.3.0",
"commander": "^5.1.0",
"debug": "^4.1.1",
"jira-client": "^6.17.0",
"lodash": "^4.17.15",
"markdown-pdf": "^10.0.0",
"markdown-to-html": "0.0.13",
"showdown": "^1.9.1"
}
}