{
  "name": "@aristobyte-ui/typescript-config",
  "description": "Shared TypeScript config presets used across AristoByteUI platform and packages.",
  "version": "2.17.3",
  "license": "MIT",
  "private": false,
  "main": "tsconfig.base.json",
  "author": "AristoByte <info@aristobyte.com>",
  "homepage": "https://www.npmjs.com/package/@aristobyte-ui/typescript-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aristobyte-team/aristobyte-ui.git",
    "directory": "packages/typescript-config"
  },
  "bugs": {
    "url": "https://github.com/aristobyte-team/aristobyte-ui.git/issues"
  },
  "engines": {
    "node": ">=20.17.0",
    "npm": ">=10.8.2",
    "yarn": ">=1.22.22"
  },
  "keywords": [
    "typescript",
    "tsconfig",
    "config",
    "typescript-config",
    "shared-config",
    "compiler-options",
    "typescript-presets",
    "monorepo",
    "workspace",
    "frontend",
    "react",
    "nextjs",
    "node",
    "library",
    "aristobyte",
    "aristobyte-ui"
  ],
  "exports": {
    "./base": "./tsconfig.base.json",
    "./react": "./tsconfig.react.json",
    "./next": "./tsconfig.next.json",
    "./package": "./tsconfig.package.json",
    "./node": "./tsconfig.node.json",
    "./library": "./tsconfig.library.json"
  },
  "files": [
    "tsconfig.base.json",
    "tsconfig.react.json",
    "tsconfig.next.json",
    "tsconfig.package.json",
    "tsconfig.node.json",
    "tsconfig.library.json"
  ],
  "publishConfig": {
    "access": "public"
  }
}
