{
  "name": "@commercetools-frontend/jest-stylelint-runner",
  "version": "27.8.0",
  "description": "Jest runner that will transform css with postcss before running stylelint",
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/merchant-center-application-kit.git",
    "directory": "packages/jest-stylelint-runner"
  },
  "homepage": "https://docs.commercetools.com/merchant-center-customizations",
  "keywords": [
    "javascript",
    "frontend",
    "react",
    "toolkit",
    "postcss-runner"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "package.json",
    "run.js",
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "main": "index.js",
  "module": "index.js",
  "dependencies": {
    "create-jest-runner": "1.0.0",
    "postcss-load-config": "3.1.4"
  },
  "devDependencies": {
    "postcss": "8.5.6",
    "stylelint": "14.16.1"
  },
  "peerDependencies": {
    "postcss": "8.x",
    "stylelint": "14.x"
  }
}