UNPKG

postcss-lightningcss

Version:
49 lines (48 loc) 1.09 kB
{ "name": "postcss-lightningcss", "version": "1.0.1", "description": "PostCSS plugin to use lightningcss", "keywords": [ "css", "minifier", "minify", "compress", "optimisation", "lightningcss", "postcss", "plugin" ], "repository": "onigoetz/postcss-lightningcss", "author": "Stéphane Goetz <onigoetz@onigoetz.ch>", "license": "MIT", "main": "./src/index.js", "scripts": { "test": "ava", "test:coverage": "c8 --reporter=lcovonly --reporter=text ava", "lint": "semistandard", "prepublishOnly": "yarn lint && yarn test" }, "engines": { "node": "^18.0.0 || ^20.0.0 || >= 21" }, "peerDependencies": { "postcss": "^8.0.0" }, "dependencies": { "browserslist": "^4.19.1", "lightningcss": "^1.22.0" }, "devDependencies": { "@knagis/postcss-advanced-variables": "4.0.0", "ava": "6.1.3", "c8": "10.1.2", "postcss": "8.4.41", "postcss-nested": "6.2.0", "postcss-scss": "4.0.9", "semistandard": "17.0.0" }, "files": [ "src" ], "packageManager": "yarn@4.4.0" }