{
  "name": "@devpow112/babel-config",
  "version": "1.2.20",
  "description": "Shareable babel configuration",
  "keywords": [
    "babel-config"
  ],
  "homepage": "https://github.com/devpow112/babel-config#readme",
  "bugs": {
    "url": "https://github.com/devpow112/babel-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devpow112/babel-config.git"
  },
  "license": "MIT",
  "author": "Devon Powell <devon.f.powell@gmail.com>",
  "exports": {
    "./node-12": "./src/node-12.js",
    "./node-12.js": "./src/node-12.js",
    "./node-14": "./src/node-14.js",
    "./node-14.js": "./src/node-14.js",
    "./node-16": "./src/node-16.js",
    "./node-16.js": "./src/node-16.js",
    "./node-18": "./src/node-18.js",
    "./node-18.js": "./src/node-18.js",
    "./node-20": "./src/node-20.js",
    "./node-20.js": "./src/node-20.js"
  },
  "files": [
    "src/**/*.js"
  ],
  "scripts": {
    "fix": "run-s -s fix:js fix:md fix:pkg",
    "fix:js": "npm run -s lint:js -- --fix",
    "fix:md": "npm run -s lint:md -- --fix",
    "fix:pkg": "sort-package-json",
    "lint": "run-s -s lint:git lint:js lint:md lint:pkg",
    "lint:git": "commitlint --from origin/main --to HEAD",
    "lint:js": "eslint",
    "lint:md": "markdownlint . --ignore-path .gitignore",
    "lint:pkg": "npm run -s fix:pkg -- --check"
  },
  "dependencies": {
    "@babel/cli": "^8",
    "@babel/preset-env": "^8",
    "babel-plugin-add-module-exports": "^1"
  },
  "devDependencies": {
    "@commitlint/cli": "^21",
    "@devpow112/commitlint-config": "^2",
    "@devpow112/eslint-config": "^4",
    "@devpow112/semantic-release-config": "^4",
    "@eslint/compat": "^2",
    "eslint": "^9",
    "markdownlint-cli": "^0.49",
    "npm-run-all": "^4",
    "semantic-release": "^25",
    "sort-package-json": "^4"
  },
  "engines": {
    "node": ">=12.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
