{
  "name": "yml-register",
  "description": "Hooks into require / import to load YAML files",
  "version": "1.2.5",
  "type": "module",
  "main": "lib/index.mjs",
  "files": [
    "lib",
    "types.d.ts"
  ],
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.cjs"
    },
    "./types": "./types.d.ts",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shigma/yml-register.git"
  },
  "bugs": {
    "url": "https://github.com/shigma/yml-register/issues"
  },
  "homepage": "https://github.com/shigma/yml-register",
  "author": "Shigma <shigma10826@gmail.com>",
  "license": "MIT",
  "keywords": [
    "yaml",
    "yml",
    "register",
    "require",
    "import",
    "loader",
    "hook",
    "pirates"
  ],
  "scripts": {
    "build": "tsc -b && dumble"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.10.2",
    "dumble": "^0.1.2",
    "esbuild": "^0.20.0",
    "typescript": "^5.3.2"
  },
  "packageManager": "yarn@4.1.0"
}