{
  "name": "magic-string-ast",
  "version": "0.6.2",
  "description": "magic-string with Babel AST shortcut.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/sxzz/magic-string-ast#readme",
  "bugs": {
    "url": "https://github.com/sxzz/magic-string-ast/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/magic-string-ast.git"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "magic-string": "^0.30.10"
  },
  "devDependencies": {
    "@babel/types": "^7.24.7",
    "@sxzz/eslint-config": "^3.13.0",
    "@sxzz/prettier-config": "^2.0.2",
    "@types/node": "^20.14.8",
    "bumpp": "^9.4.1",
    "eslint": "^9.5.0",
    "fast-glob": "^3.3.2",
    "magic-string-stack": "^0.1.1",
    "prettier": "^3.3.2",
    "tsup": "^8.1.0",
    "tsx": "^4.15.7",
    "typescript": "^5.5.2",
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=16.14.0"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsup",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp && pnpm publish"
  }
}