{
  "name": "@knapsack/babel-config-starter",
  "description": "",
  "version": "4.100.3",
  "bin": "./bin.js",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./cjs": "./cjs.js",
    "./creator": {
      "node": "./dist/babel-config-creator.js"
    },
    "./es": "./es.js",
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "lint": "eslint ./src",
    "start": "tsc --watch",
    "test": ""
  },
  "dependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
    "@babel/plugin-transform-object-rest-spread": "^7.28.6",
    "@babel/plugin-transform-optional-chaining": "^7.28.6",
    "@babel/plugin-transform-runtime": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/runtime": "^7.29.2",
    "@knapsack/browserslist-config": "4.100.3",
    "@knapsack/creator-utils": "4.100.3",
    "@knapsack/file-utils": "4.100.3",
    "babel-plugin-transform-async-to-promises": "^0.8.18"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.100.3",
    "@knapsack/typescript-config-starter": "4.100.3",
    "@types/babel__core": "^7.20.5",
    "eslint": "^9.20.0",
    "typescript": "^6.0.3"
  },
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "tools/babel-config-starter",
    "type": "git"
  },
  "gitHead": "e762b63576a59cdb93b4786f067d1fdf9f459df0"
}
