Cloudflare Pro

PHP

Advanced Cloudflare DNS management extension for Plesk with DNS record synchronization, zone management, proxy control, SSL automation, and seamless Cloudflare integration.

Stars
16
Forks
1
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
package.json
{
  "name": "cloudflare-pro",
  "version": "1.0.5",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "vite build",
    "test": "npm run test:build && npm run test:docs",
    "test:build": "npm run build",
    "test:docs": "node scripts/validate-docs.cjs",
    "package": "sh packaging/build.sh"
  },
  "dependencies": {
    "@plesk/ui-library": "3.46.5",
    "@vitejs/plugin-react": "5.1.1",
    "vite": "7.3.2",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  }
}