{
  "name": "cli-tsup-template",
  "version": "0.0.0",
  "description": "",
  "type": "module",
  "bin": {
    "hello-cli": "dist/index.js"
  },
  "scripts": {
    "dev": "tsup --watch --sourcemap",
    "build": "tsup",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "cli"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.1.1",
    "@types/node": "^20.12.5",
    "eslint": "^8.57.0",
    "globals": "^15.0.0",
    "tsup": "^8.0.2",
    "typescript": "^5.4.4",
    "typescript-eslint": "^7.7.1"
  }
}
