{
  "name": "@emotion/babel-plugin-jsx-pragmatic",
  "version": "0.3.0",
  "description": "Insert code to load a module corresponding to JSX pragma.",
  "main": "dist/emotion-babel-plugin-jsx-pragmatic.cjs.js",
  "module": "dist/emotion-babel-plugin-jsx-pragmatic.esm.js",
  "exports": {
    ".": {
      "module": "./dist/emotion-babel-plugin-jsx-pragmatic.esm.js",
      "import": "./dist/emotion-babel-plugin-jsx-pragmatic.cjs.mjs",
      "default": "./dist/emotion-babel-plugin-jsx-pragmatic.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/main/packages/babel-plugin-jsx-pragmatic",
  "dependencies": {
    "@babel/plugin-syntax-jsx": "^7.17.12"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@types/babel__core": "^7.1.18"
  }
}
