mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:49:30 +08:00
57 lines
No EOL
1.3 KiB
Text
57 lines
No EOL
1.3 KiB
Text
{
|
|
"name": "@unocss/cli",
|
|
"version": "0.45.6",
|
|
"description": "CLI for UnoCSS",
|
|
"author": {
|
|
"name": "Johann Schopplich",
|
|
"email": "pkg@johannschopplich.com",
|
|
"url": "https://johannschopplich.com"
|
|
},
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/unocss/unocss/tree/main/packages/cli#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unocss/unocss.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unocss/unocss/issues"
|
|
},
|
|
"keywords": [],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"bin": {
|
|
"unocss": "./bin/unocss.mjs"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"@unocss/config": "0.45.6",
|
|
"@unocss/core": "0.45.6",
|
|
"@unocss/preset-uno": "0.45.6",
|
|
"cac": "^6.7.12",
|
|
"chokidar": "^3.5.3",
|
|
"colorette": "^2.0.19",
|
|
"consola": "^2.15.3",
|
|
"fast-glob": "^3.2.11",
|
|
"pathe": "^0.3.3",
|
|
"perfect-debounce": "^0.1.3"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |