{
  "artifactDownloadUrls": [
    "https://github.com/yexiyue/TRNovel/releases/download/trnovel-v0.14.1"
  ],
  "author": "yexiyue <yexiyue666@qq.com>",
  "bin": {
    "trn": "run-trn.js",
    "trnovel": "run-trnovel.js"
  },
  "dependencies": {
    "detect-libc": "^2.1.2"
  },
  "description": "Terminal reader for novel",
  "devDependencies": {
    "prettier": "^3.8.3"
  },
  "engines": {
    "node": ">=14.14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://yexiyue.github.io/TRNovel",
  "keywords": [
    "CLI",
    "Terminal",
    "Novel",
    "Reader"
  ],
  "license": "MIT",
  "name": "@trnovel/trnovel",
  "preferUnplugged": true,
  "repository": "https://github.com/yexiyue/TRNovel",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "trnovel-aarch64-apple-darwin.tar.xz",
      "bins": {
        "trn": "trn",
        "trnovel": "trnovel"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "trnovel-x86_64-pc-windows-msvc.zip",
      "bins": {
        "trn": "trn.exe",
        "trnovel": "trnovel.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-apple-darwin": {
      "artifactName": "trnovel-x86_64-apple-darwin.tar.xz",
      "bins": {
        "trn": "trn",
        "trnovel": "trnovel"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "trnovel-x86_64-pc-windows-msvc.zip",
      "bins": {
        "trn": "trn.exe",
        "trnovel": "trnovel.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "trnovel-x86_64-pc-windows-msvc.zip",
      "bins": {
        "trn": "trn.exe",
        "trnovel": "trnovel.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "trnovel-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "trn": "trn",
        "trnovel": "trnovel"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.14.1",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}