56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@vitejs/plugin-basic-ssl",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"author": "Evan You and Vite Contributors",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.8",
|
|
"conventional-changelog-cli": "^5.0.0",
|
|
"enquirer": "^2.4.1",
|
|
"execa": "^9.5.2",
|
|
"minimist": "^1.2.8",
|
|
"node-forge": "^1.3.1",
|
|
"picocolors": "^1.1.1",
|
|
"prettier": "^3.5.3",
|
|
"semver": "^7.7.1",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.8.2",
|
|
"unbuild": "^3.5.0",
|
|
"vite": "^6.2.0",
|
|
"vitest": "^3.0.7"
|
|
},
|
|
"scripts": {
|
|
"dev": "unbuild --stub",
|
|
"build": "unbuild && tsx scripts/patchCJS.ts",
|
|
"test": "vitest run",
|
|
"format": "prettier --write --cache .",
|
|
"release": "tsx -C import scripts/release.ts",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
|
}
|
|
} |