enigma-bbs/package.json

73 lines
1.7 KiB
JSON
Raw Normal View History

2014-10-17 02:21:06 +00:00
{
"name": "enigma-bbs",
2022-03-28 23:51:43 +00:00
"version": "0.0.13-beta",
"description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause",
"scripts": {
2017-10-27 19:43:10 +00:00
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NuSkooler/enigma-bbs.git"
2015-10-28 16:58:53 +00:00
},
"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-04-06 02:55:49 +00:00
"async": "^3.2.3",
2022-02-01 07:25:59 +00:00
"binary-parser": "2.0.2",
2018-04-27 23:33:34 +00:00
"buffers": "github:NuSkooler/node-buffers",
"bunyan": "1.8.15",
2022-04-06 02:55:49 +00:00
"deepdash": "^5.3.9",
"exiftool": "^0.0.3",
2022-04-06 02:57:36 +00:00
"fs-extra": "^10.0.1",
2022-04-06 02:55:49 +00:00
"glob": "^7.2.0",
"graceful-fs": "^4.2.10",
"hashids": "^2.2.10",
2020-11-18 20:51:12 +00:00
"hjson": "3.2.2",
"iconv-lite": "0.6.3",
2020-04-22 04:14:29 +00:00
"ini-config-parser": "^1.0.4",
2022-04-06 02:57:36 +00:00
"inquirer": "^8.2.2",
"lodash": "4.17.21",
2022-04-08 23:18:51 +00:00
"lru-cache": "^7.8.0",
2022-04-06 02:55:49 +00:00
"mime-types": "^2.1.35",
"minimist": "^1.2.6",
"moment": "^2.29.2",
2019-01-12 16:39:06 +00:00
"nntp-server": "^1.0.3",
"node-pty": "0.10.1",
2022-04-06 02:55:49 +00:00
"nodemailer": "^6.7.3",
2019-07-07 03:15:19 +00:00
"otplib": "11.0.1",
2019-10-30 03:17:58 +00:00
"qrcode-generator": "^1.4.4",
2017-11-02 00:41:20 +00:00
"rlogin": "^1.0.0",
2022-02-02 04:23:45 +00:00
"sane": "5.0.1",
2019-10-30 03:17:58 +00:00
"sanitize-filename": "^1.6.3",
2020-05-15 04:12:03 +00:00
"sqlite3": "^4.2.0",
"sqlite3-trans": "^1.2.2",
"ssh2": "^1.9.0",
2020-06-04 03:56:25 +00:00
"telnet-socket": "^0.2.3",
2018-11-20 03:40:02 +00:00
"temptmp": "^1.1.0",
"uuid": "8.3.2",
2019-07-07 03:15:19 +00:00
"uuid-parse": "1.1.0",
"ws": "7.4.3",
2020-11-10 04:32:34 +00:00
"yazl": "^2.5.1",
"systeminformation" : "^5.11.14"
2020-06-12 04:40:05 +00:00
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.6.2"
},
2016-01-04 00:58:25 +00:00
"engines": {
2022-03-28 22:52:52 +00:00
"node": ">=14"
2015-12-08 18:07:34 +00:00
}
}