{
  "name": "system-components",
  "version": "3.0.3",
  "description": "Create consistent design-system-driven React UI components",
  "main": "dist/index",
  "scripts": {
    "prepublishOnly": "babel src -d dist",
    "cover": "jest --coverage",
    "start": "mdx-go docs -o",
    "test": "jest"
  },
  "keywords": [
    "react",
    "components",
    "styled-system",
    "styled-components",
    "emotion",
    "design-system",
    "theme",
    "css-in-js"
  ],
  "author": "Brent Jackson",
  "license": "MIT",
  "dependencies": {
    "styled-system": "^3.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "emotion": "^9.2.12",
    "jest": "^23.6.0",
    "jest-styled-components": "^5.0.1",
    "mdx-go": "^1.1.11",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "react-emotion": "^9.2.12",
    "react-test-renderer": "^16.8.1",
    "styled-components": "^3.4.10"
  },
  "jest": {
    "roots": [
      "<rootDir>"
    ],
    "testURL": "http://localhost",
    "testMatch": [
      "**/test.js"
    ],
    "coverageReporters": [
      "html"
    ]
  }
}
