{ "name": "enigma-bbs", "version": "0.0.14-beta", "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", "bin": { "enigma-bbs": "./main.js", "oputil": "./oputil.js" }, "scripts": { "start": "node main.js", "oputil": "node ./oputil.js", "pretty": "npx prettier --write .", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/NuSkooler/enigma-bbs.git" }, "homepage": "https://github.com/NuSkooler/enigma-bbs", "bugs": { "url": "https://github.com/NuSkooler/enigma-bbs/issues" }, "keywords": [ "bbs", "telnet", "ssh", "retro" ], "dependencies": { "@breejs/later": "4.1.0", "add": "^2.0.6", "async": "3.2.4", "avatar-generator": "^2.0.4", "binary-parser": "2.1.0", "buffers": "github:NuSkooler/node-buffers", "bunyan": "1.8.15", "deepdash": "^5.3.9", "easy-table": "^1.2.0", "exiftool": "^0.0.3", "follow-redirects": "^1.15.2", "fs-extra": "10.1.0", "glob": "8.0.3", "graceful-fs": "^4.2.10", "hashids": "^2.2.10", "hjson": "3.2.2", "html-entities": "^2.3.3", "http-signature": "^1.3.6", "iconv-lite": "0.6.3", "ini-config-parser": "^1.0.4", "inquirer": "^8.2.2", "lodash": "4.17.21", "lru-cache": "7.13.2", "mime-types": "^2.1.35", "minimist": "^1.2.6", "moment": "2.29.4", "nntp-server": "3.1.0", "node-pty": "1.0.0", "nodemailer": "6.7.7", "otplib": "11.0.1", "qrcode-generator": "^1.4.4", "rlogin": "^1.0.0", "sane": "5.0.1", "sanitize-filename": "^1.6.3", "sqlite3": "5.1.6", "sqlite3-trans": "1.3.0", "ssh2": "1.14.0", "string-strip-html": "8.4.0", "systeminformation": "5.21.7", "telnet-socket": "0.2.4", "temptmp": "^1.1.0", "uuid": "8.3.2", "uuid-parse": "1.1.0", "ws": "7.5.9", "yarn": "^1.22.19", "yazl": "^2.5.1" }, "devDependencies": { "eslint": "8.31.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-json": "^3.1.0", "husky": "^8.0.0", "lint-staged": "^13.1.0", "prettier": "2.8.1" }, "engines": { "node": ">=14" } }