{
  "name": "inquirerer",
  "version": "4.8.1",
  "author": "Constructive <developers@constructive.io>",
  "description": "TypeScript-first library for building beautiful CLI interfaces with interactive prompts",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "makage build",
    "dev": "ts-node dev/index",
    "dev:spinner": "ts-node dev/demo-spinner",
    "dev:chat": "ts-node dev/demo-chat",
    "dev:upgrade": "ts-node dev/demo-upgrade",
    "dev:prompts": "ts-node dev/demo-prompts-engine",
    "dev:ai-code": "ts-node dev/demo-ai-code",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "deepmerge": "^4.3.1",
    "find-and-require-package-json": "0.9.1",
    "minimist": "^1.2.8",
    "yanse": "0.2.1"
  },
  "keywords": [],
  "devDependencies": {
    "@types/minimist": "^1.2.5",
    "clean-ansi": "0.2.1",
    "makage": "0.1.10",
    "string-width": "4.2.3"
  },
  "gitHead": "ea7144ba7becb4bcabfc5044214eafe25b24b876"
}
