forked from chriskinsman/github-action-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 891 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
{
"name": "github-action-dashboard",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"serve": "./node_modules/nodemon/bin/nodemon.js index.js --ignore 'client/*.js' --exec 'npm run lint && node'",
"lint": "./node_modules/.bin/eslint '**/*.js' --ignore-pattern 'client/dist/' "
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@octokit/auth-app": "^2.11.0",
"@octokit/plugin-retry": "^3.0.7",
"@octokit/plugin-throttling": "^3.4.1",
"@octokit/rest": "^18.1.0",
"@octokit/webhooks": "^8.3.0",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"dayjs": "^1.10.4",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.20",
"socket.io": "^3.1.1"
},
"devDependencies": {
"eslint": "^7.2.0",
"nodemon": "^2.0.4"
}
}