{
  "name": "@toss/emotion-utils",
  "version": "1.2.2",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./esm/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/toss/slash.git",
    "directory": "packages/react/emotion-utils"
  },
  "scripts": {
    "prebuild": "rimraf dist esm",
    "build": "rm -rf dist esm && tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
    "prepack": "yarn build",
    "test": "jest",
    "coverage": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.8",
    "@toss/utils": "^1.6.1",
    "csstype": "^3.0.9"
  },
  "devDependencies": {
    "@babel/core": "^7",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/jest": "^11.10.0",
    "@emotion/react": "^11.9.3",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@toss/jest": "^0.2.1",
    "@toss/react": "^1.8.1",
    "@toss/rollup-config": "^0.2.0",
    "@types/babel__core": "^7",
    "@types/jest": "^28.1.8",
    "@types/node": "^16.11.11",
    "@types/react": "^18.0.21",
    "@types/testing-library__jest-dom": "^5.9.5",
    "babel-jest": "^29",
    "babel-plugin-emotion": "^10.0.33",
    "concurrently": "^4.1.0",
    "jest": "^29.0.1",
    "jest-emotion": "10.0.32",
    "jest-environment-jsdom": "^29",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.77.0",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "@emotion/react": "*",
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18"
  },
  "publishConfig": {
    "access": "public",
    "exports": {
      ".": {
        "require": "./dist/index.js",
        "import": "./esm/index.mjs",
        "types": "./dist/index.d.ts"
      },
      "./package.json": "./package.json"
    },
    "import": "./esm/index.mjs",
    "main": "./dist/index.js",
    "module": "./esm/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "gitHead": "843c0819d3d99f3eca518bff2e0e33243c069e49",
  "module": "./esm/index.mjs",
  "types": "./dist/index.d.ts"
}