http/package.json

34 lines
745 B
JSON
Raw Normal View History

2020-02-24 04:23:15 -05:00
{
"name": "http-request-action",
"version": "1.14.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": {
"@vercel/ncc": "^0.38.1",
"axios": "^1.7",
"form-data": "^4.0.0",
"yargs": "^17.7.2"
2022-11-03 07:01:52 -04:00
},
"dependencies": {
"@actions/core": "^1.10.1"
},
"engines": {
"node": ">=16.0.0"
2020-02-24 04:23:15 -05:00
}
}