{
  "name": "miskin",
  "version": "0.1.2",
  "description": "Save AI tokens. Compress command output + caveman prompts. Single Rust binary.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonyarianto/miskin.git"
  },
  "homepage": "https://github.com/sonyarianto/miskin#readme",
  "bin": {
    "miskin": "bin/miskin"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js"
  ],
  "keywords": [
    "ai",
    "llm",
    "tokens",
    "token-saver",
    "cli",
    "rust",
    "claude",
    "copilot",
    "cursor"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "os": ["linux", "darwin", "win32"],
  "cpu": ["x64", "arm64"]
}
