-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
40
41
42
{
"name": "remark-changelog",
"version": "1.2.1",
"description": "Lint or fix a changelog written in markdown, following Keep A Changelog.",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && depcheck && node test"
},
"files": [
"lib",
"index.js"
],
"dependencies": {
"github-from-package": "0.0.0",
"is-array-sorted": "^2.0.0",
"isomorphic-git": "^1.7.8",
"parse-github-url": "^1.0.2",
"read-closest-package": "^1.2.0",
"semver": "^7.3.2",
"unist-builder": "^2.0.3",
"unist-util-is": "^4.0.0"
},
"devDependencies": {
"depcheck": "^1.2.0",
"remark": "^12.0.1",
"standard": "^17.0.0",
"tape": "^5.0.1",
"tempy": "^1.0.1"
},
"keywords": [
"changelog",
"keep-a-changelog",
"remark"
],
"engines": {
"node": ">=10"
},
"repository": "vweevers/remark-changelog",
"bugs": "https://github.com/vweevers/remark-changelog/issues",
"homepage": "https://github.com/vweevers/remark-changelog"
}