{
  "name": "react-css-styled",
  "version": "1.1.9",
  "description": "This component is a lightweight, simple line style component for react.",
  "main": "./dist/styled.cjs.js",
  "module": "./dist/styled.esm.js",
  "sideEffects": false,
  "types": "declaration/index.d.ts",
  "keywords": [
    "styled",
    "inline-style",
    "styled-components",
    "style",
    "css",
    "styler"
  ],
  "files": [
    "./*",
    "src/*",
    "dist/*",
    "declaration/*",
    "README.md"
  ],
  "dependencies": {
    "css-styled": "~1.0.8",
    "framework-utils": "^1.1.0"
  },
  "devDependencies": {
    "@daybrush/builder": "^0.1.2",
    "@types/node": "12.0.8",
    "@types/react": "16.8.20",
    "@types/react-dom": "16.8.4",
    "@types/string-hash": "^1.1.1",
    "print-sizes": "^0.2.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-scripts": "^3.0.1",
    "string-hash": "^1.1.3",
    "typescript": "^3.5.2"
  },
  "scripts": {
    "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
    "build": "rollup -c && npm run declaration && print-sizes ./dist",
    "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
  },
  "author": "Daybrush",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/daybrush/css-styled/tree/master/packages/react-css-styled"
  },
  "bugs": {
    "url": "https://github.com/daybrush/css-styled/issues"
  },
  "homepage": "https://github.com/daybrush/css-styled#readme",
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
