forked from randlabs/github-app-installation-access-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 906 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
33
{
"name": "github-app-installation-access-token",
"version": "1.0.0",
"description": "Get an installation access token from a GitHub App",
"bin": {
"github-app-installation-access-token": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/randlabs/github-app-installation-access-token.git"
},
"author": "RandLabs.IO",
"license": "MIT",
"bugs": {
"url": "https://github.com/randlabs/github-app-installation-access-token/issues"
},
"homepage": "https://github.com/randlabs/github-app-installation-access-token#readme",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"eslint": "^8.13.0"
},
"dependencies": {
"axios": "^0.26.1",
"commander": "^9.1.0",
"jsonwebtoken": "^8.5.1"
},
"engines": {
"node": ">=16 || ^14.17"
},
"scripts": {
"github-app-installation-access-token": "node ./cli.js"
}
}