curl/package.json

38 lines
877 B
JSON

{
"name": "curl",
"version": "1.0.0",
"description": "github action for CURL",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agoda-com/curl.git"
},
"keywords": [
"github-action-curl"
],
"author": "agoda",
"license": "ISC",
"bugs": {
"url": "https://github.com/agoda-com/curl/issues"
},
"homepage": "https://github.com/agoda-com/curl#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@types/js-yaml": "^4.0.5",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
"fs": "0.0.1-security",
"js-yaml": "^4.1.0",
"retry-axios": "^2.6.0"
},
"devDependencies": {
"@types/node": "^16.11.7",
"typescript": "^3.7.7"
}
}