{
  "name": "react-x-styled",
  "version": "1.6.0",
  "description": "Cross-platform functions to style components in React and React Native.",
  "license": "MIT",
  "author": "Mark Miyashita <negativetwelve@gmail.com>",
  "homepage": "https://github.com/negativetwelve/react-x",
  "repository": "https://github.com/negativetwelve/react-x/tree/master/packages/react-x-styled",
  "keywords": [
    "component",
    "react",
    "react-native",
    "react-x"
  ],
  "main": "build/Styled",
  "files": [
    "build"
  ],
  "dependencies": {
    "styled-components": "3.2.1"
  },
  "scripts": {
    "build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
    "clean": "rimraf build",
    "prepublishOnly": "yarn run clean && yarn run build"
  }
}
