UNPKG

vite-plugin-cpanel-ssl

Version:

Automatically use your cPanel SSL certs and keys for the Vite dev server

62 lines (61 loc) 1.51 kB
{ "name": "vite-plugin-cpanel-ssl", "type": "module", "version": "1.0.1", "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac", "description": "Automatically use your cPanel SSL certs and keys for the Vite dev server", "author": "Craig Riley <c.riley@evomark.co.uk>", "license": "MIT", "funding": "https://github.com/sponsors/craigrileyuk", "homepage": "https://github.com/evo-mark/vite-plugin-cpanel-ssl#readme", "repository": { "type": "git", "url": "git+https://github.com/evo-mark/vite-plugin-cpanel-ssl.git" }, "bugs": { "url": "https://github.com/evo-mark/vite-plugin-cpanel-ssl/issues" }, "keywords": [ "vite", "vite-plugin", "dev", "whm", "cpanel", "ssl", "secure" ], "publishConfig": { "access": "public" }, "main": "./dist/index.js", "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsup", "dev": "tsup", "lint": "eslint .", "format": "prettier --write .", "prepublishOnly": "pnpm build", "typecheck": "tsc --noEmit", "checks": "pnpm lint && pnpm typecheck" }, "peerDependencies": { "vite": "^6.0.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "@types/node": "^22.15.21", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "globals": "^16.2.0", "prettier": "^3.5.3", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3", "vite": "^6.3.5" } }