mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-22 03:41:00 -05:00
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": {
|
|
"@zeit/ncc": "^0.22",
|
|
"axios": "^0.21.4",
|
|
"form-data": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
}
|
|
}
|