You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This GitHub Action allows you to create and update DNS records for Cloudflare. It is designed to simplify DNS management within your CI/CD workflows.",
"main": "dist/index.js",
"dependencies": {
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@open-wc/building-rollup": "^3.0.2",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.13.4",
"deepmerge": "^4.3.1",
"rimraf": "^6.0.1",
"rollup": "^4.38.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.7.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",