Urara-Blog/node_modules/.pnpm-store/v3/files/20/db735529c9109135bada0372f20086042c57dffe4068ee01a025e49b1dbbf5a48bc2fb8909d5b46958c31afbd39aace8b0aa9eeb4f6c70006905416ebdf5cc
2022-08-14 01:14:53 +08:00

46 lines
No EOL
1 KiB
Text

{
"name": "@unocss/inspector",
"version": "0.45.6",
"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": "git+https://github.com/unocss/unocss.git",
"directory": "packages/inspector"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"inspector",
"debugger"
],
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"gzip-size": "^6.0.0",
"sirv": "^2.0.2"
},
"scripts": {
"build": "unbuild",
"build-post": "vite build",
"stub": "unbuild --stub",
"dev": "nr play",
"play": "nr stub && vite"
}
}