{
  "name": "postcss-styled",
  "version": "0.34.0",
  "description": "PostCSS syntax for parsing styled components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gucong3000/postcss-styled.git"
  },
  "keywords": [
    "postcss",
    "syntax",
    "styled-components",
    "react",
    "css-in-js",
    "css"
  ],
  "author": "gucong3000",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gucong3000/postcss-styled/issues"
  },
  "homepage": "https://github.com/gucong3000/postcss-styled#readme",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "all": true,
    "cache": true,
    "check-coverage": true
  },
  "scripts": {
    "mocha": "mocha --no-timeouts",
    "test": "nyc npm run mocha",
    "debug": "npm run mocha -- --inspect-brk"
  },
  "peerDependencies": {
    "postcss": ">=5.0.0",
    "postcss-syntax": ">=0.34.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "codecov": "^3.1.0",
    "mocha": "^5.2.0",
    "nyc": "^13.0.1",
    "postcss": "^7.0.2",
    "postcss-safe-parser": "^4.0.1",
    "postcss-syntax": ">=0.34.0"
  }
}
