{
  "name": "@lwc/style-compiler",
  "version": "0.35.0",
  "description": "Transform style sheet to be consumed by the LWC engine",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist/",
    "lint": "tslint -p ./tsconfig.json",
    "build": "tsc",
    "test": "jest"
  },
  "dependencies": {
    "cssnano": "~3.10.0",
    "postcss": "~7.0.5",
    "postcss-selector-parser": "3.1.1",
    "postcss-value-parser": "3.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3bfb5cd0e88767ce36db8bee8e51ee741b432156"
}
