UNPKG

vibechat

Version:

Chatroom for when you are bored waiting for Claude

55 lines (54 loc) 1.42 kB
{ "name": "vibechat", "version": "0.1.5", "description": "Chatroom for when you are bored waiting for Claude", "main": "main.js", "type": "module", "bin": { "vibechat": "./main.js" }, "scripts": { "dev": "tsx main.tsx", "dev_unlocked": "VIBECHAT_DEV=true tsx main.tsx", "start": "node main.js", "build": "npx esbuild main.tsx --bundle --platform=node --outfile=main.js --format=esm --external:aws-amplify --external:ink --external:ink-text-input --external:react --external:semver", "format": "biome format --write .", "lint": "biome lint .", "check": "biome check .", "format-check": "biome format ." }, "keywords": [ "claude", "vibecoding", "boredom", "lonely" ], "author": "antimatter15", "license": "MIT", "dependencies": { "aws-amplify": "^6.0.0", "ink": "^4.4.1", "react": "^18.2.0", "semver": "^7.6.0" }, "devDependencies": { "@biomejs/biome": "^2.0.6", "@types/node": "^24.0.10", "@types/react": "^19.1.8", "@types/semver": "^7.7.0", "esbuild": "^0.25.5", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/antimatter15/vibechat.git" }, "homepage": "https://github.com/antimatter15/vibechat", "bugs": { "url": "https://github.com/antimatter15/vibechat/issues" } }