{
  "name": "@visulima/tsconfig",
  "version": "1.1.19",
  "description": "Find and/or parse the tsconfig.json file from a directory path.",
  "keywords": [
    "anolilab",
    "visulima",
    "ts-config",
    "get-tsconfig",
    "read-tsconfig",
    "tsconfig",
    "tsconfig.json"
  ],
  "homepage": "https://visulima.com/packages/tsconfig",
  "bugs": {
    "url": "https://github.com/visulima/visulima/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visulima/visulima.git",
    "directory": "packages/tsconfig"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "browser": "./dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    ">=5.0": {
      ".": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@visulima/fs": "3.1.5",
    "@visulima/path": "1.4.0",
    "jsonc-parser": "^3.3.1",
    "resolve-pkg-maps": "^1.0.0"
  },
  "engines": {
    "node": ">=18.0.0 <=23.x"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}