{
  "name": "babel-preset-evergreen",
  "version": "0.11.3",
  "description": "A `babel` preset for modern javascript syntaxes",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "babel",
    "babel-preset",
    "best-shot",
    "browser",
    "core-js",
    "evergreen",
    "polyfill",
    "preset",
    "script",
    "shim",
    "transform"
  ],
  "homepage": "https://github.com/best-shot/babel-preset-evergreen",
  "repository": {
    "type": "git",
    "url": "https://github.com/best-shot/babel-preset-evergreen.git"
  },
  "bugs": {
    "url": "https://github.com/best-shot/babel-preset-evergreen/issues"
  },
  "main": "index.cjs",
  "files": [
    "mini.cjs"
  ],
  "type": "commonjs",
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.26.5",
    "@babel/preset-env": "^7.26.9",
    "babel-plugin-polyfill-corejs3": "^0.12.0",
    "core-js": "^3.41.0",
    "core-js-compat": "^3.41.0",
    "miniprogram-compat": "^1.0.5"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@bring-it/npm": "^0.6.0",
    "@nice-move/all-in-base": "^0.4.19",
    "ava": "^6.2.0",
    "eslint": "^9.24.0",
    "garou": "^0.9.5",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@babel/core": "^7.26.10"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "prettier": "@nice-move/prettier-config",
  "x-readme": {
    "logo": "https://cdn.jsdelivr.net/gh/babel/logo/babel.png"
  },
  "scripts": {
    "lint:staged": "nice-move lint staged",
    "snapshot": "ava --fail-fast -u -w",
    "test": "ava --fail-fast"
  }
}