{
  "name": "termost",
  "version": "1.9.1",
  "description": "Get the most of your terminal",
  "keywords": [
    "cli",
    "terminal",
    "args",
    "argument",
    "option",
    "command",
    "task",
    "question",
    "message"
  ],
  "homepage": "https://github.com/adbayb/termost/tree/main/termost#readme",
  "bugs": "https://github.com/adbayb/termost/issues",
  "repository": {
    "type": "git",
    "url": "git@github.com:adbayb/termost.git",
    "directory": "termost"
  },
  "license": "MIT",
  "author": "Ayoub Adib <adbayb@gmail.com> (https://twitter.com/adbayb)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "source": "./src/index.ts",
    "types": "./dist/index.d.ts",
    "require": "./dist/index.cjs",
    "import": "./dist/index.mjs",
    "default": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "enquirer": "^2.4.1",
    "listr2": "^10.2.1",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "quickbundle": "3.0.0",
    "vitest": "4.1.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "quickbundle build",
    "start": "pnpm watch",
    "test": "vitest --test-timeout=20000",
    "watch": "quickbundle watch"
  }
}