{ "name": "curl", "version": "1.0.0", "description": "github action for CURL", "main": "dist/index.js", "scripts": { "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.9.1", "@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": "^13.11.1" } }