-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
44
45
{
"name": "pull-request-stats",
"version": "3.2.2",
"description": "Github action to print relevant stats about Pull Request reviewers",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"build": "eslint src && ncc build src/index.js -o dist -a",
"test": "jest",
"lint": "eslint ./"
},
"keywords": [],
"author": "Manuel de la Torre",
"license": "MIT",
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/?(*.)+(spec|test).[jt]s?(x)"
]
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"axios": "^1.7.9",
"humanize-duration": "^3.32.1",
"i18n-js": "^3.9.2",
"jsurl": "^0.1.5",
"lodash.get": "^4.4.2",
"markdown-table": "^2.0.0",
"mixpanel": "^0.18.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"globals": "^15.13.0",
"jest": "^29.7.0"
},
"funding": "https://github.com/sponsors/manuelmhtr",
"packageManager": "yarn@4.1.0"
}