{
  "name": "droid-patch",
  "version": "0.17.2",
  "description": "CLI tool to patch droid binary with various modifications",
  "keywords": [
    "binary",
    "cli",
    "droid",
    "patch"
  ],
  "homepage": "https://github.com/kingsword09/droid-patch#readme",
  "bugs": {
    "url": "https://github.com/kingsword09/droid-patch/issues"
  },
  "license": "MIT",
  "author": "Kingsword kingsword09 <kingsword09@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kingsword09/droid-patch.git"
  },
  "bin": {
    "droid-patch": "./dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "scripts": {
    "build": "npx tsdown",
    "dev": "npx tsdown --watch",
    "start": "node dist/cli.mjs",
    "test": "npm run build && node --test",
    "lint": "oxlint --type-aware --type-check",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "tiny-bin": "^2.0.1"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "oxfmt": "^0.32.0",
    "oxlint": "^1.47.0",
    "oxlint-tsgolint": "^0.13.0",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
