UNPKG

h-vue-scan

Version:

A Vue 3 plugin for scanning re-rendering states and show them in the browser dom.

61 lines (60 loc) 1.64 kB
{ "name": "h-vue-scan", "type": "module", "version": "0.0.0", "private": false, "description": "A Vue 3 plugin for scanning re-rendering states and show them in the browser dom.", "author": "hetari", "license": "MIT", "homepage": "https://github.com/hetari/vue-scan", "repository": { "type": "git", "url": "git+https://github.com/hetari/vue-scan.git" }, "keywords": [ "vue", "vue3", "plugin", "scan", "re-rendering", "performance", "VueScan", "vue-scan" ], "exports": { ".": { "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "dev": "vite", "build": "rm -rf dist && vue-tsc -b && vite build", "preview": "vite preview", "typecheck": "vue-tsc --noEmit", "release": "npm run lint && npm run typecheck && npm run build && npx changelogen@latest --output CHANGELOG.md && npx jiti scripts/release.ts && npm i && npm run release:publish && git push --follow-tags && sh -c 'gh release create $(git describe --tags) --generate-notes'", "release:publish": "npm publish --access public --tag next" }, "peerDependencies": { "vue": ">=3.0.0" }, "devDependencies": { "@antfu/eslint-config": "^4.14.1", "@types/node": "^22.15.30", "@vitejs/plugin-vue": "^5.2.3", "@vue/tsconfig": "^0.7.0", "bumpp": "^10.1.1", "color-types": "^1.0.0", "eslint": "^9.28.0", "eslint-plugin-format": "^1.0.1", "typescript": "~5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vue": "^3.5.13", "vue-tsc": "^2.2.8" } }