UNPKG

contact

Version:

private, one-to-one or many-to-many command line chat

58 lines (57 loc) 1.13 kB
{ "name": "contact", "author": "Lloyd Brookes <opensource@75lb.com>", "version": "0.5.1", "description": "private, one-to-one or many-to-many command line chat", "repository": { "type": "git", "url": "git+https://github.com/contact-zone/contact.git" }, "type": "module", "exports": { "import": "./index.js", "require": "./dist/index.cjs" }, "bin": { "contact": "./bin/cli.js" }, "keywords": [], "license": "MIT", "engines": { "node": ">=12.20" }, "scripts": { "test": "npm run test:ci", "test:ci": "75lb-nature test-runner test/*.js" }, "peerDependencies": { "@75lb/nature": "latest" }, "peerDependenciesMeta": { "@75lb/nature": { "optional": true } }, "files": [ "index.js", "lib", "bin", "dist" ], "standard": { "ignore": [ "tmp", "dist" ], "envs": [] }, "dependencies": { "ansi-escape-sequences": "^6.2.3", "array-from-to": "^0.1.0", "contact-model": "file:../model", "stream-read-all": "^5.0.2" }, "devDependencies": { "contact-relay": "file:../relay" } }