forked from flowwer-dev/pull-request-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "pull-request-stats",
"version": "2.13.0",
"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.10.1",
"@actions/github": "^6.0.0",
"axios": "^1.6.7",
"humanize-duration": "^3.31.0",
"i18n-js": "^3.9.2",
"jsurl": "^0.1.5",
"lodash.get": "^4.4.2",
"markdown-table": "^2.0.0",
"mixpanel": "^0.18.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"jest": "^29.7.0"
},
"funding": "https://github.com/sponsors/manuelmhtr",
"packageManager": "[email protected]"
}