http/package.json

30 lines
675 B
JSON
Raw Normal View History

2020-02-24 04:23:15 -05:00
{
"name": "http-request-action",
2021-02-19 06:51:47 -05:00
"version": "1.7.3",
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": {
"@actions/core": "^1.2.6"
2020-02-24 04:23:15 -05:00
},
"dependencies": {
"@zeit/ncc": "^0.22",
"axios": "^0.21.1",
"form-data": "^3.0.1"
2020-02-24 04:23:15 -05:00
}
}