{
  "name": "unpackage",
  "version": "1.1.6",
  "description": "Interactive list of commands specified in package.json",
  "main": "dist/index.js",
  "author": "Indrashish Ghosh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghosh/unpackage.git"
  },
  "bugs": {
    "url": "https://github.com/ghosh/unpackage/issues"
  },
  "bin": {
    "unpack": "dist/index.js"
  },
  "scripts": {
    "test": "echo Test",
    "start": "bun src/index.ts",
    "compile": "tsc",
    "lint": "bunx biome check --write ./",
    "version": "auto-changelog --commit-limit false -u --template keepachangelog -p",
    "deploy": "release-it",
    "deploy:dry": "release-it --dry-run"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.2.0",
    "chalk": "^5.3.0",
    "fuzzysort": "^3.1.0",
    "node-emoji": "^2.2.0",
    "typescript": "^5.7.2"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "auto-changelog": "^2.5.0",
    "release-it": "^17.10.0"
  }
}
