{
  "name": "emotion-ts-plugin",
  "version": "3.0.1",
  "description": "TypeScript Emotion Plugin",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/ts-plugin/emotion-ts-plugin",
  "author": "lynweklm@gmail.com",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json --outDir lib --diagnostics && tsc -p tsconfig.json -m esnext --outDir esm --diagnostics",
    "dev": "tsc -p tsconfig.json --outDir lib --diagnostics -w",
    "format": "prettier . --write",
    "lint": "eslint . -c ./.eslintrc.yml",
    "start": "webpack serve --progress --color",
    "test": "jest --no-cache --ci",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "devDependencies": {
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@swc-node/jest": "^1.6.5",
    "@swc/core": "^1.3.61",
    "@types/convert-source-map": "^2.0.0",
    "@types/find-root": "^1.1.2",
    "@types/jest": "^29.5.2",
    "@types/lodash": "^4.14.195",
    "@types/react-dom": "^18.2.4",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "html-webpack-plugin": "^5.5.1",
    "husky": "8",
    "jest": "^29.5.0",
    "jest-specific-snapshot": "^8.0.0",
    "lint-staged": "^13.2.2",
    "mini-css-extract-plugin": "^2.7.6",
    "npm-run-all": "^4.1.5",
    "pinst": "^3.0.0",
    "prettier": "^2.8.8",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-loader": "^9.4.3",
    "typescript": "^5.0.4",
    "webpack": "^5.85.0",
    "webpack-cli": "^5.1.1"
  },
  "dependencies": {
    "@emotion/hash": "^0.9.1",
    "convert-source-map": "^2.0.0",
    "find-root": "^1.1.0",
    "lodash": "^4.17.21",
    "source-map": "^0.7.4",
    "tslib": "^2.5.2"
  },
  "peerDependencies": {
    "typescript": ">= 5"
  },
  "files": [
    "lib/**",
    "esm/**"
  ],
  "jest": {
    "preset": "@swc-node/jest",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "testRegex": "/tests/.*\\.spec\\.(j|t)sx?$",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts"
    ]
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "always"
  },
  "lint-staged": {
    "*.@(js|ts|tsx)": [
      "eslint -c .eslintrc.yml --fix"
    ],
    "*.@(js|ts|tsx|yml|yaml|md|json)": [
      "prettier --write"
    ]
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "packageManager": "yarn@3.6.1"
}
