{
  "name": "@justeattakeaway/pie-css",
  "version": "1.2.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"
  },
  "homepage": "https://webc.pie.design/?path=/docs/additional-libraries-pie-css--docs",
  "author": "Just Eat Takeaway.com - Design System Team",
  "files": [
    "scss",
    "dist",
    "docs"
  ],
  "main": "dist/index.css",
  "pieMetadata": {
    "cdnPublish": true,
    "cdnSourceFolder": "dist",
    "cdnContentType": "text/css"
  },
  "scripts": {
    "build": "run -T tsx ./buildCss.ts && run -T tsx ./buildInternalScss.ts",
    "generate:typography-docs": "node scripts/generate-typography-docs.js",
    "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"
  },
  "stylelint": {
    "extends": [
      "@justeattakeaway/stylelint-config-pie/base",
      "@justeattakeaway/stylelint-config-pie/style"
    ]
  },
  "keywords": [
    "PIE",
    "CSS",
    "SCSS",
    "SASS"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "@justeat/pie-design-tokens": "7.11.1"
  },
  "devDependencies": {
    "@types/postcss-import": "14.0.3",
    "include-media": "2.0.0",
    "postcss": "8.5.15",
    "postcss-import": "15.1.0",
    "w3c-css-validator": "1.4.1"
  }
}
