{
  "name": "@justeattakeaway/pie-css",
  "version": "0.16.0",
  "description": "A styling library that provides both a shared collection of ready to use CSS styles to be used across JET web front-ends, and SCSS-based style helpers for our PIE Web Component library.",
  "repository": {
    "type": "git",
    "url": "https://github.com/justeattakeaway/pie",
    "directory": "packages/tools/pie-css"
  },
  "author": "Just Eat Takeaway.com - Design System Team",
  "files": [
    "scss"
  ],
  "main": "dist/index.css",
  "pieMetadata": {
    "cdnPublish": true,
    "cdnSourceFolder": "dist",
    "cdnContentType": "text/css"
  },
  "scripts": {
    "build": "run -T ts-node ./buildCss.ts",
    "lint:scripts": "run -T eslint .",
    "lint:scripts:fix": "yarn lint:scripts --fix",
    "lint:style": "run -T stylelint ./**/*.{css,scss}",
    "lint:style:fix": "yarn lint:style --fix",
    "prepublishOnly": "yarn lint:style && yarn lint:scripts && yarn build && yarn test",
    "test": "run -T vitest run --config ../../../vite.config.js",
    "test:ci": "yarn test",
    "test:watch": "run -T vitest"
  },
  "keywords": [
    "PIE",
    "CSS",
    "SCSS",
    "SASS"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/postcss-import": "14.0.3",
    "include-media": "2.0.0",
    "postcss": "8.4.32",
    "postcss-import": "15.1.0",
    "w3c-css-validator": "1.3.2"
  }
}
