barechat
Version:
Anonymous chat anywhere with commandline
68 lines (67 loc) • 1.4 kB
JSON
{
"name": "barechat",
"version": "2.0.1",
"description": "Anonymous chat anywhere with commandline",
"main": "index.js",
"type": "module",
"bin": "bin/main.js",
"scripts": {
"start": "bare index.js",
"doc": "npx jsdoc-to-markdown ./lib/chat-core.js > doc/api.md"
},
"files": [
"bin/",
"lib/",
"index.js"
],
"dependencies": {
"b4a": "^1.6.7",
"bare-crypto": "^1.4.5",
"bare-fs": "^4.1.5",
"bare-path": "^3.0.0",
"bare-process": "^4.2.1",
"bare-readline": "^1.0.9",
"bare-tty": "^5.0.2",
"hypercore-crypto": "^3.6.0",
"hyperswarm": "^4.11.7",
"shelljs": "^0.10.0"
},
"imports": {
"crypto": {
"bare": "bare-crypto",
"default": "crypto"
},
"fs": {
"bare": "bare-fs",
"default": "fs"
},
"path": {
"bare": "bare-path",
"default": "path"
},
"process": {
"bare": "bare-process",
"default": "process"
},
"readline": {
"bare": "bare-readline",
"default": "readline"
},
"tty": {
"bare": "bare-tty",
"default": "tty"
}
},
"author": "Fred Lin <gasolin+barechat@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gasolin/barechat/issues"
},
"homepage": "https://github.com/gasolin/barechat",
"keywords": [
"bare",
"chat",
"terminal",
"holepunch"
]
}