{
  "name": "@parcel/css",
  "version": "1.14.0",
  "license": "MPL-2.0",
  "description": "A CSS parser, transformer, and minifier written in Rust",
  "main": "index.js",
  "types": "types.d.ts",
  "exports": {
    "import": "./index.mjs",
    "require": "./index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/parcel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/lightningcss.git"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "dependencies": {
    "lightningcss": "^1.14.0"
  }
}