{ "name": "@unocss/inspector", "type": "module", "version": "66.6.7", "description": "The inspector UI for UnoCSS", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-integrations/inspector" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "inspector", "debugger" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "files": [ "dist" ], "dependencies": { "colorette": "^2.0.20", "gzip-size": "^6.0.0", "sirv": "^3.0.2", "@unocss/core": "66.6.7", "@unocss/rule-utils": "66.6.7" }, "devDependencies": { "@vitejs/devtools-kit": "^0.0.0-alpha.10", "vue-flow-layout": "^0.2.0" }, "scripts": { "build": "tsdown --config-loader unrun", "build-post": "vite build", "dev": "tsdown --config-loader unrun --watch", "dev:client": "vite", "update-post": "vite build" } }