{
  "name": "yaml-effect",
  "version": "0.6.0",
  "private": false,
  "description": "A pure Effect-based YAML 1.2 parser and stringifier for TypeScript.",
  "keywords": [
    "yaml",
    "effect",
    "parser",
    "stringify",
    "yaml-1.2",
    "typescript",
    "effect-ts",
    "schema"
  ],
  "homepage": "https://github.com/spencerbeggs/yaml-effect#readme",
  "bugs": {
    "url": "https://github.com/spencerbeggs/yaml-effect/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/spencerbeggs/yaml-effect.git"
  },
  "license": "MIT",
  "author": {
    "name": "C. Spencer Beggs",
    "email": "spencer@beggs.codes",
    "url": "https://spencerbeg.gs"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "peerDependencies": {
    "effect": ">=3.21.0"
  },
  "peerDependenciesMeta": {
    "effect": {
      "optional": false
    }
  },
  "files": [
    "!tsconfig.json",
    "!tsdoc.json",
    "!yaml-effect.api.json",
    "LICENSE",
    "README.md",
    "index.d.ts",
    "index.js",
    "package.json",
    "tsdoc-metadata.json"
  ]
}
