{
  "name": "@compiled/css-in-js",
  "version": "0.4.7",
  "description": "The CSS in JS authoring experience you love without the runtime cost",
  "author": "Michael Dougall",
  "license": "Apache-2.0",
  "homepage": "https://compiledcssinjs.com",
  "bugs": "https://github.com/atlassian-labs/compiled-css-in-js/issues/new?assignees=&labels=bug&template=bug_report.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassian-labs/compiled-css-in-js.git",
    "directory": "packages/css-in-js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "keywords": [
    "compiled",
    "css-in-js",
    "styled-components",
    "emotion-js",
    "typescript",
    "ts-transformer"
  ],
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@compiled/style": "0.4.7",
    "csstype": "^2.0.0"
  },
  "peerDependencies": {
    "react": "^16.12.0"
  },
  "devDependencies": {
    "@testing-library/react": "^10.0.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  }
}
