-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 927 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
36
{
"name": "pr-commenter-action",
"version": "1.5.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build lib/index.js --license licenses.txt",
"lint": "eslint lib/**/*.js test/**/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exercism/pr-commenter-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/exercism/pr-commenter-action/issues"
},
"homepage": "https://github.com/exercism/pr-commenter-action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.3",
"mustache": "^4.2.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.0",
"eslint": "^8.49.0 ",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.7.0"
}
}