kawazu
Version:
kawazu CLI tool for real-time chat in your editor
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "kawazu",
"version": "1.6.1",
"description": "kawazu CLI tool for real-time chat in your editor",
"main": "dist/index.js",
"bin": {
"kawazu": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "ts-node src/cli.ts",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/node-fetch": "^2.6.11",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6",
"node-fetch": "^2.7.0",
"ora": "^5.4.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^8.2.10",
"@types/node": "^22.15.30",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"keywords": [
"cli",
"chat",
"realtime",
"editor",
"development",
"file-sharing",
"collaboration",
"pair-programming"
],
"author": "sekiguchimend",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sekiguchimend/kawazu.git"
},
"homepage": "https://github.com/sekiguchimend/kawazu#readme",
"bugs": {
"url": "https://github.com/sekiguchimend/kawazu/issues"
}
}