{
  "name": "polished",
  "description": "A lightweight toolset for writing styles in Javascript.",
  "main": "lib/index.js",
  "jsnext:main": "dist/polished.es.js",
  "module": "dist/polished.es.js",
  "types": "lib/index.d.ts",
  "version": "1.9.3",
  "scripts": {
    "build": "npm run build:lib && npm run build:dist && npm run build:flow && npm run build:docs && npm run build:typescript",
    "prebuild:lib": "shx rm -rf lib/*",
    "build:lib": "cross-env BABEL_ENV=cjs babel --out-dir lib src --ignore test.js",
    "prebuild:umd": "shx rm -rf dist/*",
    "prebuild:dist": "shx rm -rf dist/*",
    "build:dist": "rollup -c && rollup -c --environment PRODUCTION",
    "build:docs": "npm run build:docs:site",
    "prebuild:docs:site": "shx rm -rf docs/*",
    "build:docs:site": "documentation build src/** -t docs-theme --github -o docs -f html -c ./.documentation.json",
    "postbuild:docs:site": "shx cp CNAME docs/CNAME && shx cp dist/polished.js docs/assets/",
    "build:watch": "npm-watch",
    "build:flow": "flow-copy-source -v -i '{**/test/*.js,**/*.test.js}' src lib",
    "build:typescript": "tsgen \"lib/**/*.js.flow\" --ignore \"lib/**/_*.js.flow\"",
    "test": "jest src",
    "typescript": "tsc ./typescript-test.ts --noEmit --target es6 --module es2015 --moduleResolution node --allowJs",
    "precommit": "lint-staged --debug",
    "postcommit": "validate-commit-msg",
    "lint": "eslint src",
    "flow": "flow check && flow-coverage-report -i 'src/**/!(*.test).js'",
    "docs": "pushstate-server docs",
    "prepublish": "npm run build && npm run typescript",
    "semantic-release": "semantic-release"
  },
  "lint-staged": {
    "src/**/!(*.test).js": [
      "prettier --no-semi --single-quote --trailing-comma all --write",
      "eslint --fix",
      "git add"
    ],
    "src/**/*.test.js": [
      "prettier --no-semi --single-quote --trailing-comma all --write",
      "eslint --fix",
      "git add"
    ]
  },
  "watch": {
    "build:docs": "src/**/*.js",
    "build:lib": "src/**/*.js"
  },
  "author": "Brian Hough <brian@brianhought.net> (https://polished.js.org)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/polished.git"
  },
  "keywords": [
    "styled-components",
    "polished",
    "glamorous",
    "motion",
    "glamor",
    "css-in-js",
    "inline-styles",
    "react"
  ],
  "bugs": {
    "url": "https://github.com/styled-components/polished/issues"
  },
  "homepage": "https://github.com/styled-components/polished#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-jest": "^22.1.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-annotate-pure-calls": "^0.2.2",
    "babel-plugin-external-helpers": "^6.18.0",
    "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "concat-stream": "^1.5.2",
    "cross-env": "^5.1.3",
    "cz-conventional-changelog": "^2.1.0",
    "documentation": "4.0.0-beta.18",
    "eslint": "^4.17.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "flow-bin": "^0.75.0",
    "flow-copy-source": "^1.2.2",
    "flow-coverage-report": "^0.4.1",
    "github-slugger": "^1.2.0",
    "highlight.js": "^9.12.0",
    "husky": "^0.14.3",
    "jest": "^22.1.4",
    "lint-staged": "^6.1.0",
    "lodash": "^4.17.5",
    "npm-watch": "^0.3.0",
    "prettier": "^1.10.2",
    "pushstate-server": "^3.0.1",
    "ramda": "^0.25.0",
    "rollup": "^0.55.3",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-commonjs": "8.2.1",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-inject": "^2.0.0",
    "rollup-plugin-json": "^2.3.0",
    "rollup-plugin-node-resolve": "^3.0.2",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^3.0.0",
    "semantic-release": "^12.4.1",
    "shx": "^0.2.2",
    "tsgen": "^1.0.0",
    "typescript": "^2.7.1",
    "validate-commit-msg": "^2.14.0",
    "vinyl": "^2.1.0",
    "vinyl-fs": "^3.0.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/polished"
  }
}
