2020-02-24 04:23:15 -05:00
|
|
|
{
|
|
|
|
"name": "http-request-action",
|
2024-09-10 09:21:29 -04:00
|
|
|
"version": "1.16.2",
|
2020-02-24 04:23:15 -05:00
|
|
|
"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": "",
|
2021-01-24 08:09:17 -05:00
|
|
|
"license": "MIT",
|
2020-02-24 04:23:15 -05:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/fjogeleit/http-request-action/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
|
|
|
|
"devDependencies": {
|
2024-10-06 07:41:07 -04:00
|
|
|
"@vercel/ncc": "^0.38.2",
|
2024-05-20 17:09:55 -04:00
|
|
|
"axios": "^1.7",
|
2024-10-14 13:16:21 -04:00
|
|
|
"form-data": "^4.0.1",
|
2023-05-01 13:56:41 -04:00
|
|
|
"yargs": "^17.7.2"
|
2022-11-03 07:01:52 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-07 13:05:31 -04:00
|
|
|
"@actions/core": "^1.11.1"
|
2022-11-03 16:35:53 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0"
|
2020-02-24 04:23:15 -05:00
|
|
|
}
|
|
|
|
}
|