{ "name": "@vitejs/plugin-basic-ssl", "version": "2.1.4", "type": "module", "license": "MIT", "author": "Evan You and Vite Contributors", "description": "A Vite plugin to generate untrusted certificates for HTTPS dev servers", "keywords": [ "vite", "vite-plugin", "certificate", "https" ], "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "engines": { "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vitejs/vite-plugin-basic-ssl.git" }, "bugs": { "url": "https://github.com/vitejs/vite-plugin-basic-ssl/issues" }, "homepage": "https://github.com/vitejs/vite-plugin-basic-ssl/#readme", "peerDependencies": { "vite": "^6.0.0 || ^7.0.0" }, "devDependencies": { "@types/node": "^24.10.9", "@vitejs/release-scripts": "^1.6.0", "execa": "^9.6.1", "node-forge": "^1.3.3", "picocolors": "^1.1.1", "prettier": "^3.8.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "unbuild": "^3.6.1", "vite": "^7.3.1", "vitest": "^4.0.17" }, "compatiblePackages": { "schemaVersion": 1, "rolldown": { "type": "incompatible", "reason": "Uses Vite-specific APIs" }, "rollup": { "type": "incompatible", "reason": "Uses Vite-specific APIs" } }, "scripts": { "dev": "unbuild --stub", "build": "unbuild && tsx scripts/patchCJS.ts", "test": "vitest run", "format": "prettier --write --cache .", "release": "tsx scripts/release.ts", "ci-publish": "tsx scripts/publishCI.ts" } }