{
  "name": "@alloy-js/typescript",
  "version": "0.25.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"
    },
    "./testing": {
      "development": "./dist/dev/testing/index.js",
      "import": "./dist/testing/index.js"
    }
  },
  "imports": {
    "#components/*": {
      "development": "./dist/dev/src/components/*",
      "default": "./dist/src/components/*"
    }
  },
  "keywords": [],
  "author": "brian.terlson@microsoft.com",
  "license": "MIT",
  "dependencies": {
    "change-case": "^5.4.4",
    "pathe": "^2.0.3",
    "@alloy-js/core": "~0.25.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "~7.58.8",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^26.1.1",
    "concurrently": "^10.0.3",
    "typescript": "^7.0.2",
    "vitest": "4.1.10",
    "@alloy-js/cli": "~0.25.0",
    "@alloy-js/rollup-plugin": "~0.2.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"
  }
}