{
  "name": "kubik",
  "type": "module",
  "version": "0.24.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "kubik": "./lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flakiness/kubik.git"
  },
  "homepage": "https://github.com/flakiness/kubik",
  "scripts": {
    "build": "cd ./bootstrap && ./build.mjs",
    "watch": "cd ./bootstrap && ./build.mjs -w",
    "test": "npx playwright test"
  },
  "exports": {
    ".": {
      "types": "./types/src/import.d.ts",
      "import": "./lib/import.js",
      "require": "./lib/import.js"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@playwright/test": "^1.48.2",
    "@types/node": "^22.9.0",
    "@types/react": "^19.1.2",
    "tsx": "^4.19.2"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "chokidar": "^4.0.1",
    "commander": "^12.1.0",
    "execa": "^9.5.1",
    "ink": "^5.2.0",
    "js-sha256": "^0.11.0",
    "react": "^18.3.1"
  }
}
