{
  "name": "@modern-js/plugin-module-babel",
  "version": "2.70.4",
  "description": "The babel plugin of Modern.js Module",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "homepage": "https://modernjs.dev/module-tools",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/module/plugin-module-babel"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@babel/core": "^7.28.6",
    "@swc/helpers": "^0.5.17"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "@types/jest": "^29",
    "@types/node": "^18",
    "jest": "^29",
    "typescript": "^5",
    "@modern-js/module-tools": "2.70.4",
    "@scripts/build": "2.66.0",
    "@scripts/jest-config": "2.66.0"
  },
  "peerDependencies": {
    "@modern-js/module-tools": "^2.70.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "mdn build",
    "dev": "mdn build --watch",
    "test": "jest --passWithNoTests"
  }
}