{
  "name": "@ttoss/read-config-file",
  "version": "2.3.0",
  "description": "Read a configuration file",
  "keywords": [
    "config",
    "config-loader",
    "configuration",
    "esbuild",
    "json",
    "nodejs",
    "read-config-file",
    "typescript-config",
    "yaml"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttoss/ttoss.git",
    "directory": "packages/read-config-file"
  },
  "license": "MIT",
  "author": "ttoss",
  "contributors": [
    "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "esbuild": "^0.28.0",
    "js-yaml": "^4.1.1"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/react": "^19.2.14",
    "jest": "^30.4.2",
    "tsdown": "^0.22.2",
    "@fixtures/config-file-ts": "^1.0.1",
    "@ttoss/config": "^1.38.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "test": "jest --projects tests/unit"
  }
}