forked from dangoslen/changelog-enforcer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
43
{
"name": "changelog-enforcer",
"version": "3.3.2",
"description": "Enforces that a changelog is kept up-to-date",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"package": "ncc build index.js -o dist",
"test": "eslint index.js && jest --coverage",
"test:badges": "npm test && make-coverage-badge",
"all": "npm run test:badges && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangoslen/changelog-enforcer.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript",
"Changelog"
],
"author": "@dangoslen",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangoslen/changelog-enforcer/issues"
},
"homepage": "https://github.com/dangoslen/changelog-enforcer#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"dist": "^0.1.2",
"make-coverage-badge": "^1.2.0",
"node-fetch": "^2.6.9",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"eslint": "^8.31.0",
"jest": "^29.5.0",
"y18n": "^5.0.8"
}
}