{
  "name": "emotion-utils",
  "version": "9.1.0",
  "description": "Shared utilities used by emotion, The Next Generation of CSS-in-JS.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "npm-run-all clean rollup",
    "clean": "rimraf dist",
    "watch": "rollup -c ../../rollup.config.js --watch",
    "rollup": "rollup -c ../../rollup.config.js"
  },
  "author": "Kye Hohenberger",
  "homepage": "https://emotion.sh",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/master/packages/emotion-utils",
  "keywords": [
    "styles",
    "emotion",
    "react",
    "css",
    "css-in-js"
  ],
  "bugs": {
    "url": "https://github.com/emotion-js/emotion/issues"
  },
  "devDependencies": {
    "babel-plugin-emotion": "^8.0.2-7",
    "npm-run-all": "^4.0.2",
    "rimraf": "^2.6.1",
    "rollup": "^0.51.3"
  }
}
