github-pages-deploy-action/node_modules/@actions/github/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

2019-11-19 20:48:29 +08:00
{
"name": "@actions/github",
2020-01-20 05:29:54 +08:00
"version": "2.0.1",
2019-11-19 20:48:29 +08:00
"description": "Actions github lib",
"keywords": [
"github",
"actions"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
"license": "MIT",
"main": "lib/github.js",
2020-01-20 05:29:54 +08:00
"types": "lib/github.d.ts",
2019-11-19 20:48:29 +08:00
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2020-01-20 05:29:54 +08:00
"url": "git+https://github.com/actions/toolkit.git",
"directory": "packages/github"
2019-11-19 20:48:29 +08:00
},
"scripts": {
2020-01-20 05:29:54 +08:00
"audit-moderate": "npm install && npm audit --audit-level=moderate",
2019-11-19 20:48:29 +08:00
"test": "jest",
"build": "tsc",
2020-01-20 05:29:54 +08:00
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
2019-11-19 20:48:29 +08:00
"tsc": "tsc"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
2020-01-20 05:29:54 +08:00
"@octokit/graphql": "^4.3.1",
2019-11-19 20:48:29 +08:00
"@octokit/rest": "^16.15.0"
},
"devDependencies": {
"jest": "^24.7.1"
2020-01-20 05:29:54 +08:00
}
2019-11-19 20:48:29 +08:00
}