{
  "name": "shey",
  "version": "0.1.1",
  "description": "shell history manage tool, support merge | count | cleanup",
  "module": "index.js",
  "type": "module",
  "engines": {
    "node": ">=18.4.0"
  },
  "bin": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/anson09/shey.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "zsh",
    "shell",
    "history",
    "count",
    "merge",
    "cleanup",
    "manage"
  ],
  "files": [
    "index.js",
    "const.js",
    "lib"
  ],
  "author": "finalsong6@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anson09/shey/issues"
  },
  "homepage": "https://github.com/anson09/shey#readme",
  "dependencies": {
    "commander": "^9.3.0"
  },
  "devDependencies": {
    "standard-version": "^9.5.0"
  }
}
