61 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "@unocss/cli",
"type": "module",
"version": "0.65.4",
"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": "https://github.com/unocss/unocss",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./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": {
"@ampproject/remapping": "^2.3.0",
"@rollup/pluginutils": "^5.1.4",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"colorette": "^2.0.20",
"consola": "^3.3.1",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"tinyglobby": "^0.2.10",
"@unocss/config": "0.65.4",
"@unocss/core": "0.65.4",
"@unocss/preset-uno": "0.65.4"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}