{
  "name": "@koishijs/loader",
  "description": "Config Loader for Koishi",
  "version": "4.6.7",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "node": {
        "require": "./lib/index.js",
        "import": "./lib/index.mjs"
      },
      "browser": "./lib/shared.mjs"
    },
    "./shared": {
      "types": "./lib/shared.d.ts",
      "require": "./lib/shared.js",
      "import": "./lib/shared.mjs"
    },
    "./src/*": "./src/*",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "src"
  ],
  "author": "Shigma <shigma10826@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koishijs/koishi.git",
    "directory": "packages/loader"
  },
  "bugs": {
    "url": "https://github.com/koishijs/koishi/issues"
  },
  "homepage": "https://koishi.chat/api/utils.html",
  "keywords": [
    "bot",
    "chatbot",
    "koishi",
    "loader",
    "config"
  ],
  "peerDependencies": {
    "@koishijs/core": "4.18.7"
  },
  "devDependencies": {
    "@koishijs/core": "4.18.7",
    "@types/js-yaml": "^4.0.9"
  },
  "dependencies": {
    "dotenv": "^16.4.5",
    "js-yaml": "^4.1.0",
    "ns-require": "^1.1.4"
  }
}