{ "name": "vite-plugin-vue-tracer", "type": "module", "version": "0.1.3", "description": "Tracer for the source code of elements and vdoms in Vue SFC", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/vite-plugin-vue-tracer#readme", "repository": { "type": "git", "url": "git+https://github.com/antfu/vite-plugin-vue-tracer.git" }, "bugs": "https://github.com/antfu/vite-plugin-vue-tracer/issues", "keywords": [ "vue", "vite-plugin", "devtools" ], "exports": { ".": "./dist/index.mjs", "./client/record": "./dist/client/record.mjs", "./client/overlay": "./dist/client/overlay.mjs", "./client/listeners": "./dist/client/listeners.mjs" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "peerDependencies": { "vite": "^6.0.0", "vue": "^3.5.0" }, "dependencies": { "estree-walker": "^3.0.3", "exsolve": "^1.0.4", "magic-string": "^0.30.17", "pathe": "^2.0.3", "source-map-js": "^1.2.1" }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@antfu/ni": "^24.3.0", "@antfu/utils": "^9.1.0", "@types/node": "^22.13.13", "bumpp": "^10.1.0", "eslint": "^9.23.0", "lint-staged": "^15.5.0", "nanoevents": "^9.1.0", "simple-git-hooks": "^2.12.1", "tsx": "^4.19.3", "typescript": "^5.8.2", "unbuild": "^3.5.0", "vite": "^6.2.3", "vitest": "^3.0.9", "vue": "^3.5.13", "vue-tsc": "^2.2.8", "vite-plugin-vue-tracer": "0.1.3" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "play": "nr -C playground play", "release": "bumpp && pnpm publish", "start": "tsx src/index.ts", "test": "vitest", "typecheck": "vue-tsc --noEmit" } }