{
  "name": "@stacksjs/clapp",
  "type": "module",
  "version": "0.2.16",
  "description": "A toolkit for building CLI prompts in TypeScript.",
  "author": "Chris Breuer <chris@stacksjs.org>",
  "license": "MIT",
  "homepage": "https://github.com/stacksjs/clapp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/clapp.git"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/clapp/issues"
  },
  "keywords": [
    "cli",
    "prompts",
    "toolkit",
    "typescript",
    "stacks"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./telemetry": {
      "types": "./dist/telemetry.d.ts",
      "import": "./dist/telemetry.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "build": "bun --bun build.ts",
    "fresh": "bunx rimraf node_modules/ bun.lock && bun i",
    "prepublishOnly": "bun --bun run build",
    "test": "bun test",
    "lint": "bunx --bun pickier .",
    "lint:fix": "bunx --bun pickier . --fix",
    "typecheck": "bun --bun tsc --noEmit"
  }
}
