mirror of https://github.com/actions/toolkit
33 lines
683 B
JSON
33 lines
683 B
JSON
|
{
|
||
|
"name": "@actions/github",
|
||
|
"version": "0.0.0",
|
||
|
"description": "Actions tools for the GitHub API and GitHub context",
|
||
|
"keywords": [
|
||
|
"github",
|
||
|
"actions",
|
||
|
"toolkit"
|
||
|
],
|
||
|
"homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
|
||
|
"license": "MIT",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/actions/toolkit.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/actions/toolkit/issues"
|
||
|
}
|
||
|
}
|