{
  "name": "react-css-in-js",
  "version": "4.0.3",
  "description": "Minimal React css-in-js styled components.",
  "repository": "https://github.com/Shakeskeyboarde/react-css-in-js",
  "homepage": "https://react-css-in-js.com",
  "author": "Chris Ackerman <chris@topher.land>",
  "license": "ISC",
  "keywords": [
    "react",
    "preact",
    "css",
    "css-in-js",
    "style",
    "styles",
    "styled",
    "styled-components",
    "emotion",
    "styled-jsx",
    "jss",
    "sass",
    "scss",
    "theme",
    "tagged-template",
    "nested",
    "selector"
  ],
  "source": "src/index.ts",
  "main": "lib/react-css-in-js.js",
  "module": "lib/react-css-in-js.module.js",
  "unpkg": "lib/react-css-in-js.umd.js",
  "exports": {
    ".": {
      "require": "./lib/react-css-in-js.js",
      "import": "./lib/react-css-in-js.modern.js"
    }
  },
  "types": "./lib/index.d.ts",
  "mangle": {
    "regex": "^_"
  },
  "sideEffects": false,
  "scripts": {
    "eslint": "eslint --ext ts,tsx src",
    "jest": "del-cli coverage && jest --no-cache src",
    "typedoc": "del-cli \"docs/*/\" \"docs/*.html\" && typedoc src/index.ts --out docs --disableOutputCheck --theme \"./typedoc-theme\" --highlightTheme dark-plus --disableSources",
    "microbundle": "del-cli lib && microbundle --jsx React.createElement --jsxFragment React.Fragment",
    "clean": "del-cli lib coverage",
    "test": "npm run eslint && npm run jest",
    "build": "npm run typedoc && npm run microbundle",
    "prepublishOnly": "node prepublishOnly.js"
  },
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "@types/jsdom": "^16.2.10",
    "@types/prettier": "^2.2.3",
    "@types/pretty": "^2.0.0",
    "@types/react": "^16.14.8",
    "@types/react-dom": "^16.9.13",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "del-cli": "^3.0.1",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.23.1",
    "execa": "^5.0.0",
    "jest": "^26.6.3",
    "jest-environment-jsdom": "^26.6.2",
    "jest-environment-jsdom-global": "^2.0.4",
    "make-coverage-badge": "^1.2.0",
    "microbundle": "^0.13.0",
    "prettier": "^2.2.1",
    "pretty": "^2.0.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-test-renderer": "^16.14.0",
    "ts-jest": "^26.5.4",
    "typedoc": "^0.20.35",
    "typescript": "^4.2.3"
  },
  "peerDependencies": {
    "react": ">=16.14.0"
  }
}
