setup-maven/node_modules/@actions/github/package.json

43 lines
857 B
JSON
Raw Normal View History

2019-12-07 21:09:20 +08:00
{
2022-10-10 17:17:09 +08:00
"name": "@actions/github",
"version": "1.1.0",
2019-12-07 21:09:20 +08:00
"description": "Actions github lib",
2022-10-10 17:17:09 +08:00
"keywords": [
"github",
"actions"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
"license": "MIT",
"main": "lib/github.js",
2019-12-07 21:09:20 +08:00
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/toolkit.git"
},
"scripts": {
"test": "jest",
2022-10-10 17:17:09 +08:00
"build": "tsc",
2019-12-07 21:09:20 +08:00
"tsc": "tsc"
},
2022-10-10 17:17:09 +08:00
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@octokit/graphql": "^2.0.1",
"@octokit/rest": "^16.15.0"
},
"devDependencies": {
"jest": "^24.7.1"
},
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
2019-12-07 21:09:20 +08:00
}