{
  "name": "babel-plugin-codegen",
  "version": "4.1.5",
  "description": "Generate code at build-time",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "babel-plugin-macros",
    "babel-plugin",
    "babel",
    "code generation"
  ],
  "author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
  "license": "MIT",
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kentcdodds/babel-plugin-codegen"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/babel-plugin-codegen/issues"
  },
  "homepage": "https://github.com/kentcdodds/babel-plugin-codegen#readme",
  "files": [
    "dist",
    "macro.js",
    "macro.d.ts"
  ],
  "scripts": {
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "kcd-scripts typecheck",
    "validate": "kcd-scripts validate"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "babel-plugin-macros": "^3.0.1",
    "require-from-string": "^2.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@types/babel-plugin-macros": "^2.8.4",
    "@types/jest": "^26.0.15",
    "@types/require-from-string": "^1.2.0",
    "ast-pretty-print": "^2.0.1",
    "babel-plugin-tester": "^10.0.0",
    "kcd-scripts": "^7.2.0",
    "strip-ansi": "^6.0.0",
    "type-fest": "^0.20.2",
    "typescript": "^4.1.3"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "@typescript-eslint/sort-type-union-intersection-members": "off"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist",
    "/macro.d.ts",
    "fixtures"
  ]
}
