-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 984 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
{
"name": "@opentermsarchive/changelog-action",
"version": "0.4.0",
"bugs": {
"url": "https://github.com/OpenTermsArchive/changelog-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenTermsArchive/changelog-action.git"
},
"license": "EUPL-1.2",
"author": "Open Terms Archive contributors",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "mocha --recursive './src/**/*.test.js' './validate/**/*.test.js' './release/**/*.test.js' --exit"
},
"dependencies": {
"@actions/core": "^1.10.1",
"keep-a-changelog": "^2.5.3",
"semver": "^7.6.0"
},
"devDependencies": {
"chai": "^5.1.1",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^10.4.0",
"sinon": "^18.0.0"
}
}