-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 977 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": "gh-token-actions",
"version": "0.7.3",
"description": "",
"main": "lib/refreshToken.js",
"scripts": {
"build": "tsc",
"test": "npm run build && npm run package && gh act --container-architecture linux/amd64 --secret-file .secrets",
"package": "ncc build ./lib/refreshToken.js -o dist --source-map --license licenses.txt",
"build:package": "npm run build && npm run package"
},
"keywords": [],
"author": "Jacob Zwickler",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@kie/mock-github": "^2.0.1",
"@octokit/app": "^15.1.0",
"@octokit/types": "^13.5.0",
"@vercel/ncc": "^0.38.1",
"jsonwebtoken": "^9.0.2",
"libsodium-wrappers": "^0.7.14",
"open": "^10.1.0",
"openssl": "^2.0.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/libsodium-wrappers": "^0.7.14"
}
}