2014-10-17 02:21:06 +00:00
|
|
|
{
|
2022-06-12 20:12:03 +00:00
|
|
|
"name": "enigma-bbs",
|
2022-12-29 07:56:10 +00:00
|
|
|
"version": "0.0.14-beta",
|
2022-06-12 20:12:03 +00:00
|
|
|
"description": "ENiGMA½ Bulletin Board System",
|
|
|
|
"author": "Bryan Ashby <bryan@l33t.codes>",
|
|
|
|
"license": "BSD-2-Clause",
|
2022-09-01 23:52:22 +00:00
|
|
|
"bin": {
|
|
|
|
"enigma-bbs": "./main.js",
|
|
|
|
"oputil": "./oputil.js"
|
|
|
|
},
|
2022-06-12 20:12:03 +00:00
|
|
|
"scripts": {
|
2022-09-01 23:52:22 +00:00
|
|
|
"start": "node main.js",
|
|
|
|
"oputil": "node ./oputil.js",
|
|
|
|
"pretty": "npx prettier --write ."
|
2022-06-12 20:12:03 +00:00
|
|
|
},
|
|
|
|
"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",
|
2022-08-04 22:29:29 +00:00
|
|
|
"async": "3.2.4",
|
|
|
|
"binary-parser": "2.1.0",
|
2022-06-12 20:12:03 +00:00
|
|
|
"buffers": "github:NuSkooler/node-buffers",
|
|
|
|
"bunyan": "1.8.15",
|
|
|
|
"deepdash": "^5.3.9",
|
2022-09-20 22:00:25 +00:00
|
|
|
"easy-table": "^1.2.0",
|
2022-06-12 20:12:03 +00:00
|
|
|
"exiftool": "^0.0.3",
|
2022-08-04 22:29:29 +00:00
|
|
|
"fs-extra": "10.1.0",
|
2022-08-04 22:36:09 +00:00
|
|
|
"glob": "8.0.3",
|
2022-06-12 20:12:03 +00:00
|
|
|
"graceful-fs": "^4.2.10",
|
|
|
|
"hashids": "^2.2.10",
|
|
|
|
"hjson": "3.2.2",
|
|
|
|
"iconv-lite": "0.6.3",
|
|
|
|
"ini-config-parser": "^1.0.4",
|
|
|
|
"inquirer": "^8.2.2",
|
|
|
|
"lodash": "4.17.21",
|
2022-08-04 22:29:29 +00:00
|
|
|
"lru-cache": "7.13.2",
|
2022-06-12 20:12:03 +00:00
|
|
|
"mime-types": "^2.1.35",
|
|
|
|
"minimist": "^1.2.6",
|
2022-08-04 22:29:29 +00:00
|
|
|
"moment": "2.29.4",
|
2022-09-20 22:00:25 +00:00
|
|
|
"nntp-server": "3.1.0",
|
2022-06-12 20:12:03 +00:00
|
|
|
"node-pty": "0.10.1",
|
2022-08-04 22:29:29 +00:00
|
|
|
"nodemailer": "6.7.7",
|
2022-06-12 20:12:03 +00:00
|
|
|
"otplib": "11.0.1",
|
|
|
|
"qrcode-generator": "^1.4.4",
|
|
|
|
"rlogin": "^1.0.0",
|
|
|
|
"sane": "5.0.1",
|
|
|
|
"sanitize-filename": "^1.6.3",
|
2022-08-04 23:40:29 +00:00
|
|
|
"sqlite3": "5.0.11",
|
|
|
|
"sqlite3-trans": "1.3.0",
|
2022-08-04 22:29:29 +00:00
|
|
|
"ssh2": "1.11.0",
|
|
|
|
"systeminformation": "5.12.3",
|
2022-08-04 22:30:00 +00:00
|
|
|
"telnet-socket": "0.2.4",
|
2022-06-12 20:12:03 +00:00
|
|
|
"temptmp": "^1.1.0",
|
|
|
|
"uuid": "8.3.2",
|
|
|
|
"uuid-parse": "1.1.0",
|
|
|
|
"ws": "7.4.3",
|
2022-09-20 22:00:25 +00:00
|
|
|
"yazl": "^2.5.1"
|
2022-06-12 20:12:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-04 22:29:29 +00:00
|
|
|
"eslint": "8.21.0",
|
2022-06-12 20:12:03 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-08-04 22:29:29 +00:00
|
|
|
"prettier": "2.7.1"
|
2022-06-12 20:12:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
2015-10-20 04:33:11 +00:00
|
|
|
}
|