{
  "name": "dmhy-subscribe",
  "type": "module",
  "version": "1.0.14",
  "description": "Subscribe by keywords and download megnets",
  "author": "FlandreDaisuki <vbnm123c+github@gmail.com>",
  "license": "ISC",
  "homepage": "https://github.com/FlandreDaisuki/dmhy-subscribe#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlandreDaisuki/dmhy-subscribe.git"
  },
  "bugs": {
    "url": "https://github.com/FlandreDaisuki/dmhy-subscribe/issues"
  },
  "keywords": [],
  "main": "index.mjs",
  "bin": {
    "dmhy": "./src/cli/index.mjs"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "aria2": "^4.1.2",
    "console-table-printer": "^2.14.6",
    "debug": "^4.4.3",
    "js-yaml": "^4.1.0",
    "open": "^10.2.0",
    "picocolors": "^1.1.1",
    "rss-parser": "^3.13.0",
    "semver": "^7.7.2",
    "sqlite3": "^5.1.7",
    "yargs": "^17.7.2",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@flandredaisuki/eslint-config": "^1.0.1",
    "@types/debug": "^4.1.12",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^24.5.2",
    "@types/semver": "^7.7.1",
    "@types/yargs": "^17.0.33",
    "bumpp": "^10.2.3",
    "eslint": "^9.36.0",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "test": "vitest",
    "release": "bumpp && pnpm publish"
  }
}