{
  "name": "@anansi/babel-preset",
  "version": "6.2.5",
  "description": "Production ready babel (with TypeScript!)",
  "main": "index.js",
  "scripts": {
    "test": "yarn g:test",
    "test:ci": "yarn g:test",
    "test:type": "yarn g:tsc",
    "build": "echo \"\""
  },
  "keywords": [
    "babel",
    "preset",
    "react",
    "react-refresh",
    "typescript",
    "macros",
    "esnext",
    "class initialization",
    "jsx transform"
  ],
  "files": [
    "index.js"
  ],
  "author": "Nathaniel Tucker",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/babel-preset-anansi#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:ntucker/anansi.git",
    "directory": "packages/babel-preset-anansi"
  },
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@anansi/browserslist-config": "1.7.2",
    "@babel/runtime": "^7.26.7",
    "@babel/runtime-corejs3": "^7.26.7",
    "@types/node": "^22.10.10"
  },
  "dependencies": {
    "@anansi/ts-utils": "^0.3.7",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-proposal-export-default-from": "^7.25.9",
    "@babel/plugin-proposal-record-and-tuple": "^7.25.9",
    "@babel/plugin-syntax-function-bind": "^7.25.9",
    "@babel/plugin-transform-object-assign": "^7.25.9",
    "@babel/plugin-transform-react-constant-elements": "^7.25.9",
    "@babel/plugin-transform-react-inline-elements": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.26.10",
    "@babel/plugin-transform-typescript": "^7.27.0",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "babel-plugin-macros": "^3.1.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "babel-plugin-polyfill-corejs3": "^0.12.0",
    "babel-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
    "babel-plugin-root-import": "^6.6.0",
    "babel-plugin-transform-import-meta": "^2.3.2",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "core-js-compat": "^3.40.0",
    "glob-to-regexp": "^0.4.1",
    "path": "^0.12.7"
  },
  "peerDependencies": {
    "@babel/core": "^7.12.0",
    "@babel/runtime": "^7.7.0",
    "@babel/runtime-corejs2": "^7.10.0",
    "@babel/runtime-corejs3": "^7.10.0",
    "babel-minify": "^0.5.1",
    "core-js": "*",
    "core-js-pure": "*",
    "lodash": "*",
    "ramda": "*",
    "react-refresh": "*",
    "typescript": "^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "@babel/runtime": {
      "optional": true
    },
    "@babel/runtime-corejs2": {
      "optional": true
    },
    "@babel/runtime-corejs3": {
      "optional": true
    },
    "babel-minify": {
      "optional": true
    },
    "core-js": {
      "optional": true
    },
    "core-js-pure": {
      "optional": true
    },
    "lodash": {
      "optional": true
    },
    "ramda": {
      "optional": true
    },
    "react-refresh": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  }
}