mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 13:20:56 -05:00
c7cadd574f
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"name": "http-request-action",
|
|
"version": "1.4.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "ncc build src/index.js -o dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fjogeleit/http-request-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/fjogeleit/http-request-action/issues"
|
|
},
|
|
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
|
|
"devDependencies": {
|
|
"@actions/core": "^1.2.6"
|
|
},
|
|
"dependencies": {
|
|
"@zeit/ncc": "^0.21.1",
|
|
"axios": "^0.19.2"
|
|
}
|
|
}
|