|
| 1 | +{ |
| 2 | + "name": "@vitejs/plugin-basic-ssl", |
| 3 | + "version": "0.1.0", |
| 4 | + "license": "MIT", |
| 5 | + "author": "Evan You and Vite Contributors", |
| 6 | + "files": [ |
| 7 | + "dist" |
| 8 | + ], |
| 9 | + "main": "./dist/index.cjs", |
| 10 | + "module": "./dist/index.mjs", |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "exports": { |
| 13 | + ".": { |
| 14 | + "types": "./dist/index.d.ts", |
| 15 | + "import": "./dist/index.mjs", |
| 16 | + "require": "./dist/index.cjs" |
| 17 | + } |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "dev": "unbuild --stub", |
| 21 | + "build": "unbuild && esno scripts/patchCJS.ts", |
| 22 | + "test": "vitest run", |
| 23 | + "release": "node scripts/release.js", |
| 24 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
| 25 | + }, |
| 26 | + "engines": { |
| 27 | + "node": ">=14.6.0" |
| 28 | + }, |
| 29 | + "repository": { |
| 30 | + "type": "git", |
| 31 | + "url": "git+https://github.com/vitejs/vite-plugin-basic-ssl.git" |
| 32 | + }, |
| 33 | + "bugs": { |
| 34 | + "url": "https://github.com/vitejs/vite-plugin-basic-ssl/issues" |
| 35 | + }, |
| 36 | + "homepage": "https://github.com/vitejs/vite-plugin-basic-ssl/#readme", |
| 37 | + "peerDependencies": { |
| 38 | + "vite": "^3.0.0-beta.0" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@rollup/pluginutils": "^4.2.1", |
| 42 | + "@types/fs-extra": "^9.0.13", |
| 43 | + "conventional-changelog-cli": "^2.2.2", |
| 44 | + "debug": "^4.3.4", |
| 45 | + "enquirer": "^2.3.6", |
| 46 | + "esno": "^0.16.3", |
| 47 | + "execa": "^4.1.0", |
| 48 | + "fs-extra": "^10.1.0", |
| 49 | + "hash-sum": "^2.0.0", |
| 50 | + "minimist": "^1.2.6", |
| 51 | + "picocolors": "^1.0.0", |
| 52 | + "prettier": "^2.7.1", |
| 53 | + "puppeteer": "^14.4.0", |
| 54 | + "rollup": "^2.75.6", |
| 55 | + "semver": "^7.3.7", |
| 56 | + "slash": "^3.0.0", |
| 57 | + "source-map": "^0.6.1", |
| 58 | + "unbuild": "^0.7.4", |
| 59 | + "vite": "^3.0.0-beta.4", |
| 60 | + "vitest": "^0.15.1", |
| 61 | + "node-forge": "^1.3.1" |
| 62 | + } |
| 63 | +} |
0 commit comments