{
  "name": "@sister.software/tsconfig",
  "version": "13.0.1",
  "description": "Sister Software's base TypeScript configuration.",
  "license": "AGPL-3.0",
  "author": "teffen@sister.software",
  "main": "tsconfig.json",
  "exports": {
    "./package.json": "./package.json",
    ".": "./tsconfig.json",
    "./node": "./node.json",
    "./web": "./web.json"
  },
  "files": [
    "tsconfig.json",
    "node.json",
    "web.json"
  ],
  "type": "module",
  "engines": {
    "node": ">=24.0"
  },
  "keywords": [
    "tsconfig",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  }
}
