-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
35 lines (35 loc) · 888 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
31
32
33
34
35
{
"name": "changie",
"version": "1.18.0",
"author": "miniscruff",
"description": "Automated changelog tool for preparing releases with lots of customization options",
"bin": {
"changie": "npm/changie.js"
},
"scripts": {
"prepack": "ls `node -e 'console.log((require(\"./package.json\").files||[]).join(\" \"))'`>/dev/null"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miniscruff/changie.git"
},
"keywords": [
"changelog"
],
"files": [
"npm/dist/darwin-arm64",
"npm/dist/darwin-x64",
"npm/dist/linux-arm64",
"npm/dist/linux-x64",
"npm/dist/win32-ia32.exe",
"npm/dist/win32-x64.exe",
"npm/changie.js",
"README.md",
"LICENSE"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/miniscruff/changie/issues"
},
"homepage": "https://github.com/miniscruff/changie#readme"
}