{
  "name": "@umijs/babel-preset-umi",
  "version": "4.6.29",
  "description": "Official babel preset for umi.",
  "homepage": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi#readme",
  "bugs": "https://github.com/umijs/umi/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@babel/runtime": "7.23.6",
    "@bloomberg/record-tuple-polyfill": "0.0.4",
    "core-js": "3.34.0",
    "@umijs/utils": "4.6.29",
    "@umijs/bundler-utils": "4.6.29"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ],
  "scripts": {
    "build": "umi-scripts father build",
    "build:deps": "umi-scripts bundleDeps",
    "dev": "umi-scripts father dev",
    "test": "umi-scripts jest-turbo"
  }
}