{
  "name": "@alloy-js/java",
  "version": "0.24.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alloy-framework/alloy.git"
  },
  "exports": {
    ".": {
      "development": "./dist/dev/src/index.js",
      "import": "./dist/src/index.js"
    },
    "./stc": {
      "development": "./dist/dev/src/components/stc/index.js",
      "import": "./dist/src/components/stc/index.js"
    }
  },
  "keywords": [],
  "author": "brian.terlson@microsoft.com",
  "license": "MIT",
  "dependencies": {
    "change-case": "^5.4.4",
    "pathe": "^2.0.3",
    "@alloy-js/core": "~0.24.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "~7.58.8",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^25.9.2",
    "concurrently": "^10.0.3",
    "typescript": "^6.0.3",
    "vitest": "4.1.8",
    "@alloy-js/rollup-plugin": "~0.1.2",
    "@alloy-js/cli": "~0.24.0"
  },
  "type": "module",
  "scripts": {
    "generate-docs": "api-extractor run",
    "build": "alloy build --with-dev && pnpm run generate-docs",
    "clean": "rimraf dist/ .temp/",
    "test:watch": "vitest -w",
    "watch": "alloy build --watch",
    "test": "vitest run"
  }
}