{
  "name": "@zapier/babel-preset-zapier",
  "version": "6.4.0",
  "description": "A babel preset for Zapier",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/zapier/zapier/-/tree/main/packages/toolbox/babel-preset-zapier"
  },
  "keywords": [
    "babel",
    "javascript",
    "zapier"
  ],
  "author": "Vitor Balocco <vitor.balocco@zapier.com>",
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "prepublish": "yarn lint && yarn test"
  },
  "devDependencies": {
    "graphql": "^14.0.2"
  },
  "dependencies": {
    "@babel/core": "^7.21.0",
    "@babel/helper-plugin-utils": "^7.21.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.21.0",
    "@babel/preset-flow": "^7.21.0",
    "@babel/preset-react": "^7.21.0",
    "@babel/preset-typescript": "^7.21.0",
    "@zapier/browserslist-config-zapier": "^1.0.2",
    "babel-plugin-dynamic-import-node": "^2.1.0",
    "babel-plugin-emotion": "^10.0.0",
    "babel-plugin-graphql-tag": "^2.5.0",
    "babel-plugin-require-context-hook": "^1.0.0",
    "graphql-tag": "^2.10.1",
    "invariant": "^2.2.4"
  },
  "jest": {
    "testMatch": [
      "<rootDir>/**/*.test.js"
    ]
  }
}
