{
  "name": "@esm-bundle/emotion",
  "version": "10.0.27",
  "description": "Repo to autopublish an esm-bundle of emotion",
  "main": "esm/emotion.min.js",
  "module": "esm/emotion.min.js",
  "type": "module",
  "scripts": {
    "test": "yarn build && concurrently -n w: 'yarn:test:*'",
    "test:browser": "karma start karma.conf.cjs --single-run",
    "debug:test:browser": "karma start karma.conf.cjs",
    "test:unit": "mocha -r chai/register-expect 'node-test/**/*.*'",
    "test:formatting": "prettier --check './**/*'",
    "build": "rollup -c",
    "format": "prettier --write './**/*'",
    "release": "release-it",
    "prepublishOnly": "yarn build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && yarn test"
    }
  },
  "files": [
    "esm",
    "system"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esm-bundle/emotion.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/esm-bundle/emotion/issues"
  },
  "homepage": "https://github.com/esm-bundle/emotion#readme",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@rollup/plugin-replace": "^2.3.3",
    "create-emotion": "^10.0.27",
    "emotion": "^10.0.27",
    "esm-bundle-scripts": "1.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
