{
  "name": "magic-string-ast",
  "version": "0.1.2",
  "packageManager": "pnpm@7.29.3",
  "description": "Extend magic-string for Babel AST.",
  "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.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "magic-string": "^0.30.0"
  },
  "devDependencies": {
    "@babel/types": "^7.21.3",
    "@sxzz/eslint-config-prettier": "^2.4.5",
    "@sxzz/eslint-config-ts": "^2.4.5",
    "@types/node": "^18.15.3",
    "bumpp": "^9.0.0",
    "eslint": "^8.36.0",
    "eslint-define-config": "^1.16.0",
    "fast-glob": "^3.2.12",
    "prettier": "^2.8.4",
    "tsup": "^6.6.3",
    "tsx": "^3.12.5",
    "typescript": "^4.9.5",
    "vitest": "^0.29.2"
  },
  "engines": {
    "node": ">=14.19.0"
  },
  "scripts": {
    "lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.json,.md",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsup && tsx scripts/postbuild.mts",
    "test": "vitest",
    "release": "bumpp && pnpm publish"
  }
}