2020-02-24 09:23:15 +00:00
|
|
|
{
|
|
|
|
"name": "http-request-action",
|
2022-11-01 09:01:33 +00:00
|
|
|
"version": "1.11.2",
|
2020-02-24 09:23:15 +00: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 13:09:17 +00:00
|
|
|
"license": "MIT",
|
2020-02-24 09:23:15 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/fjogeleit/http-request-action/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/fjogeleit/http-request-action#readme",
|
|
|
|
"devDependencies": {
|
2022-12-26 14:05:17 +00:00
|
|
|
"@vercel/ncc": "^0.36.0",
|
2022-12-12 17:00:51 +00:00
|
|
|
"axios": "^1.2.1",
|
2022-11-10 11:15:07 +00:00
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"yargs": "^17.6.2"
|
2022-11-03 11:01:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-03 20:35:53 +00:00
|
|
|
"@actions/core": "^1.10.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0"
|
2020-02-24 09:23:15 +00:00
|
|
|
}
|
|
|
|
}
|