{
  "name": "@rolldown/debug",
  "version": "1.1.3",
  "homepage": "https://rolldown.rs/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rolldown/rolldown.git",
    "directory": "packages/debug"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@oxc-node/cli": "^0.1.0"
  },
  "scripts": {
    "gen-action-types": "oxnode ../../scripts/src/gen-debug-action-types.ts",
    "build": "pnpm run gen-action-types && tsc -b",
    "test": "echo \"Error: no test specified\" && exit 1",
    "publint": "publint ."
  }
}