{
  "name": "rolldown-string",
  "type": "module",
  "version": "0.3.1",
  "description": "A compatibility layer for magic-string to work with Rolldown and other bundlers.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/sxzz/rolldown-string#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/rolldown-string.git"
  },
  "bugs": {
    "url": "https://github.com/sxzz/rolldown-string/issues"
  },
  "keywords": [
    "rolldown",
    "unplugin",
    "magic-string",
    "rollup"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "rolldown": "*"
  },
  "peerDependenciesMeta": {
    "rolldown": {
      "optional": true
    }
  },
  "dependencies": {
    "magic-string": "^1.0.0"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^8.2.1",
    "@sxzz/prettier-config": "^2.3.1",
    "@sxzz/test-utils": "^0.5.18",
    "@types/node": "^26.1.1",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "bumpp": "^11.1.0",
    "eslint": "^10.7.0",
    "magic-string-ast": "^2.1.1",
    "prettier": "^3.9.5",
    "rolldown": "1.2.0",
    "tsdown": "^0.22.8",
    "tsdown-preset-sxzz": "^0.6.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsgo --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp"
  }
}