2026-05-31 13:54:31 +02:00

69 lines
1.5 KiB
JSON

{
"name": "@unocss/postcss",
"type": "module",
"version": "0.65.4",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./esm": {
"types": "./dist/esm.d.mts",
"default": "./dist/esm.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*",
"./*"
]
}
},
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"css-tree": "^3.1.0",
"postcss": "^8.4.49",
"tinyglobby": "^0.2.10",
"@unocss/rule-utils": "0.65.4",
"@unocss/core": "0.65.4",
"@unocss/config": "0.65.4"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json"
}
}