{
  "name": "koishi-plugin-spawn-modified",
  "version": "1.3.1",
  "description": "Run shell commands with Koishi",
  "keywords": [
    "bot",
    "chatbot",
    "koishi",
    "plugin",
    "spawn",
    "exec",
    "process",
    "shell",
    "command",
    "terminal",
    "common"
  ],
  "homepage": "https://github.com/MuxYang/koishi-plugin-spawn-modified#readme",
  "bugs": {
    "url": "https://github.com/MuxYang/koishi-plugin-spawn-modified/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MuxYang/koishi-plugin-spawn-modified.git"
  },
  "license": "Apache-2.0",
  "author": "MuxYang <tlnkmc.b@gmail.com>",
  "contributors": [
    {
      "name": "Shigma",
      "email": "shigma10826@gmail.com"
    },
    {
      "name": "Dragon-Fish",
      "email": "dragon-fish@qq.com"
    },
    {
      "name": "MuxYang",
      "email": "tlnkmc.b@gmail.com"
    }
  ],
  "type": "commonjs",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "files": [
    "lib",
    "src",
    "fonts"
  ],
  "scripts": {
    "build": "tsc -b && node scripts/copy-locales.js",
    "clean": "rimraf lib",
    "prepare": "npm run build",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "devDependencies": {
    "@koishijs/plugin-help": "^2.4.3",
    "@koishijs/plugin-mock": "^2.6.5",
    "koishi": "^4.17.2",
    "rimraf": "^5.0.5",
    "typescript": "^5.9.3",
    "yaml": "^2.8.2"
  },
  "peerDependencies": {
    "koishi": "^4.17.2"
  },
  "peerDependenciesMeta": {
    "koishi-plugin-puppeteer": {
      "optional": true
    }
  },
  "typings": "lib/index.d.ts",
  "koishi": {
    "description": {
      "en": "Run shell commands with Koishi",
      "zh": "使用 Koishi 运行终端命令"
    },
    "service": {
      "optional": [
        "puppeteer"
      ]
    }
  },
  "dependencies": {
    "ansi-to-html": "^0.7.2"
  }
}
