astro-ghostcms/.pnpm-store/v3/files/67/b0110e2166b94a578e5e0188b06...

49 lines
1.1 KiB
Plaintext

{
"name": "@unocss/inspector",
"version": "0.57.7",
"description": "The inspector UI for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/inspector#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/inspector"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"inspector",
"debugger"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"gzip-size": "^6.0.0",
"sirv": "^2.0.3",
"@unocss/core": "0.57.7",
"@unocss/rule-utils": "0.57.7"
},
"scripts": {
"build": "unbuild",
"build-post": "vite build",
"stub": "unbuild --stub",
"dev": "nr stub && vite",
"update-post": "vite build"
}
}