mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 13:20:56 -05:00
35986be8f9
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.0. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.36.1...0.38.0) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"name": "http-request-action",
|
|
"version": "1.14.1",
|
|
"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": {
|
|
"@vercel/ncc": "^0.38.0",
|
|
"axios": "^1.5",
|
|
"form-data": "^4.0.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|