mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 05:10:57 -05:00
df4c18fdd5
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [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) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "http-request-action",
|
|
"version": "1.9.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": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fjogeleit/http-request-action/issues"
|
|
},
|
|
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
|
|
"devDependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@zeit/ncc": "^0.22",
|
|
"axios": "^0.21.4",
|
|
"form-data": "^4.0.0"
|
|
}
|
|
}
|