|
| 1 | +{ |
| 2 | + "name": "vite-plugin-vue-hsml", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Vite plugin for using hsml in Vue SFC", |
| 5 | + "keywords": [], |
| 6 | + "author": { |
| 7 | + "name": "Christopher Quadflieg", |
| 8 | + |
| 9 | + "url": "https://github.com/Shinigami92" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/Shinigami92/vite-plugin-vue-hsml.git" |
| 14 | + }, |
| 15 | + "funding": [ |
| 16 | + { |
| 17 | + "type": "github", |
| 18 | + "url": "https://github.com/Shinigami92" |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "paypal", |
| 22 | + "url": "https://www.paypal.com/donate/?hosted_button_id=L7GY729FBKTZY" |
| 23 | + } |
| 24 | + ], |
| 25 | + "bugs": "https://github.com/Shinigami92/vite-plugin-vue-hsml/issues", |
| 26 | + "license": "MIT", |
| 27 | + "type": "module", |
| 28 | + "exports": "./dist/index.js", |
| 29 | + "files": [ |
| 30 | + "dist" |
| 31 | + ], |
| 32 | + "scripts": { |
| 33 | + "clean": "rimraf coverage dist pnpm-lock.yaml node_modules", |
| 34 | + "build": "tsup-node", |
| 35 | + "format": "prettier --cache --write .", |
| 36 | + "lint": "echo 'No linting configured.'", |
| 37 | + "test": "vitest", |
| 38 | + "test:update-snapshots": "vitest run -u", |
| 39 | + "coverage": "vitest run --coverage", |
| 40 | + "prepublishOnly": "pnpm run clean && pnpm install && pnpm run build", |
| 41 | + "preflight": "pnpm install && run-s format lint build test:update-snapshots" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@types/node": "~20.2.5", |
| 45 | + "@types/prettier": "~2.7.2", |
| 46 | + "@vitest/coverage-c8": "~0.31.1", |
| 47 | + "c8": "~7.13.0", |
| 48 | + "npm-run-all": "~4.1.5", |
| 49 | + "prettier": "2.8.8", |
| 50 | + "prettier-plugin-organize-imports": "~3.2.2", |
| 51 | + "rimraf": "~5.0.1", |
| 52 | + "tsup": "~6.7.0", |
| 53 | + "tsx": "~3.12.7", |
| 54 | + "typescript": "~5.0.4", |
| 55 | + "vitest": "~0.31.1" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "vite": "^4.0.0" |
| 59 | + }, |
| 60 | + "packageManager": "[email protected]", |
| 61 | + "engines": { |
| 62 | + "node": "^16.13.0 || >=18.0.0", |
| 63 | + "npm": ">=7.0.0", |
| 64 | + "pnpm": ">=8.0.0" |
| 65 | + } |
| 66 | +} |
0 commit comments