{
  "name": "pisper",
  "version": "0.5.57",
  "description": "Pisper CLI.",
  "license": "MIT",
  "author": {
    "name": "ling-kong-ran",
    "email": "65328093+ling-kong-ran@users.noreply.github.com",
    "url": "https://github.com/ling-kong-ran"
  },
  "type": "module",
  "homepage": "https://github.com/ling-kong-ran/pisper#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ling-kong-ran/pisper.git"
  },
  "bugs": {
    "url": "https://github.com/ling-kong-ran/pisper/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "pisper": "bin/pisper.mjs"
  },
  "scripts": {
    "postinstall": "node lib/postinstall.mjs"
  },
  "files": [
    "bin/",
    "lib/",
    "web/",
    "updater.pubkey",
    "README.md",
    "README.en.md",
    "LICENSE"
  ],
  "dependencies": {
    "@threema/wasm-minisign-verify": "0.1.3",
    "tar": "7.5.22"
  },
  "pisper": {
    "repository": "ling-kong-ran/pisper",
    "tuiVersion": "0.5.32",
    "runtimeVersion": "0.5.55"
  },
  "optionalDependencies": {
    "pisper-binary-win32-x64": "npm:pisper@0.5.57-win32-x64.0",
    "pisper-binary-darwin-x64": "npm:pisper@0.5.57-darwin-x64.0",
    "pisper-binary-darwin-arm64": "npm:pisper@0.5.57-darwin-arm64.0",
    "pisper-binary-linux-x64": "npm:pisper@0.5.57-linux-x64.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
