-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 Bytes
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
{
"private": true,
"name": "github-user-inactivity",
"version": "1.1.7",
"scripts": {
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint --fix .",
"test": "jest"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/app": "^13.1.2",
"@octokit/plugin-paginate-rest": "^6.0.0",
"@octokit/plugin-retry": "^4.1.3",
"@octokit/plugin-throttling": "^5.0.1",
"@octokit/rest": "^19.0.7",
"lowdb": "^1.0.0"
},
"devDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-github": "^4.6.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint": "^8.35.0",
"fetch-mock": "^12.3.0",
"jest-fetch-mock": "^3.0.3",
"jest": "^29.7.0",
"prettier": "^2.8.4"
}
}