forked from flowwer-dev/pull-request-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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": "2.7.1",
"description": "Github action to print relevant stats about Pull Request reviewers",
"main": "dist/index.js",
"scripts": {
"build": "eslint src && ncc build src/index.js",
"test": "jest"
},
"keywords": [],
"author": "Manuel de la Torre",
"license": "MIT",
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/?(*.)+(spec|test).[jt]s?(x)"
]
},
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^5.0.0",
"@sentry/react-native": "^3.4.2",
"axios": "^0.26.1",
"dotenv": "^16.0.1",
"graphql": "^16.5.0",
"graphql-anywhere": "^4.2.7",
"humanize-duration": "^3.27.0",
"i18n-js": "^3.9.2",
"jsurl": "^0.1.5",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lottie-react-native": "^5.1.3",
"markdown-table": "^2.0.0",
"mixpanel": "^0.13.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.0.6"
},
"funding": "https://github.com/sponsors/manuelmhtr"
}