{
  "name": "@tsbb/babel",
  "version": "4.5.5",
  "description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
  "author": "kenny wang <wowohoo@qq.com>",
  "homepage": "https://jaywcjlove.github.io/tsbb",
  "license": "MIT",
  "type": "module",
  "types": "./lib/index.d.ts",
  "exports": "./lib/index.js",
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/tsbb.git"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "typescript",
    "babel",
    "react",
    "tsbb",
    "node.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@babel/core": "^7.22.5",
    "@babel/helpers": "^7.27.1",
    "@babel/plugin-proposal-class-properties": "~7.18.6",
    "@babel/plugin-proposal-decorators": "^7.22.5",
    "@babel/plugin-proposal-export-default-from": "^7.22.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-classes": "^7.22.5",
    "@babel/plugin-transform-modules-commonjs": "^7.22.5",
    "@babel/plugin-transform-runtime": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@tsbb/typescript": "4.5.5",
    "@types/babel__core": "^7.20.0",
    "@types/semver": "~7.5.0",
    "@uiw/babel-plugin-add-import-extension": "~1.0.3",
    "@vue/babel-plugin-jsx": "~1.2.0",
    "babel-plugin-add-module-exports": "~1.0.4",
    "babel-plugin-transform-import-meta": "~2.2.0",
    "babel-plugin-transform-remove-imports": "~1.8.0",
    "babel-plugin-transform-rename-import": "~2.3.0",
    "babel-plugin-transform-typescript-metadata": "~0.3.2",
    "semver": "~7.6.0"
  }
}
