SillyTavern/package.json

97 lines
2.7 KiB
JSON
Raw Normal View History

2023-07-20 19:32:15 +02:00
{
"dependencies": {
2023-08-17 14:20:02 +02:00
"@agnai/sentencepiece-js": "^1.1.1",
"@agnai/web-tokenizers": "^0.1.3",
2024-05-30 20:09:53 +02:00
"@zeldafan0225/ai_horde": "^5.1.0",
2024-04-09 21:43:47 +02:00
"archiver": "^7.0.1",
"bing-translate-api": "^2.9.1",
"body-parser": "^1.20.2",
2023-07-20 19:32:15 +02:00
"command-exists": "^1.2.9",
"compression": "^1",
"cookie-parser": "^1.4.6",
2024-04-07 18:12:22 +02:00
"cookie-session": "^2.1.0",
2023-07-20 19:32:15 +02:00
"cors": "^2.8.5",
"csrf-csrf": "^2.2.3",
2024-03-27 13:20:35 +01:00
"express": "^4.19.2",
"form-data": "^4.0.0",
2023-07-20 19:32:15 +02:00
"google-translate-api-browser": "^3.0.1",
2024-04-20 18:58:29 +02:00
"he": "^1.2.0",
"helmet": "^7.1.0",
2023-07-20 19:32:15 +02:00
"ip-matching": "^2.1.2",
"ipaddr.js": "^2.0.1",
2023-09-11 03:47:14 +02:00
"jimp": "^0.22.10",
2023-07-20 19:32:15 +02:00
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.11",
"node-persist": "^4.0.1",
"open": "^8.4.2",
2023-07-20 19:32:15 +02:00
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"rate-limiter-flexible": "^5.0.0",
2023-07-20 19:32:15 +02:00
"response-time": "^2.3.2",
"sanitize-filename": "^1.6.3",
2024-08-16 14:03:43 +02:00
"sillytavern-transformers": "2.14.6",
2023-07-20 19:32:15 +02:00
"simple-git": "^3.19.1",
2024-05-14 14:30:11 +02:00
"tiktoken": "^1.0.15",
2023-09-07 20:53:47 +02:00
"vectra": "^0.2.2",
"wavefile": "^11.0.0",
2023-08-17 14:20:02 +02:00
"write-file-atomic": "^5.0.1",
2024-06-19 12:25:29 +02:00
"ws": "^8.17.1",
2023-11-25 22:45:33 +01:00
"yaml": "^2.3.4",
2023-07-20 19:32:15 +02:00
"yargs": "^17.7.1",
"yauzl": "^2.10.0"
},
2024-05-20 13:27:51 +02:00
"engines": {
2024-05-30 20:09:53 +02:00
"node": ">= 18"
2024-05-20 13:27:51 +02:00
},
2023-07-20 19:32:15 +02:00
"overrides": {
"parse-bmfont-xml": {
"xml2js": "^0.5.0"
2023-11-10 22:54:44 +01:00
},
"vectra": {
"openai": "^4.17.0"
2024-01-09 00:53:26 +01:00
},
2024-04-12 21:13:29 +02:00
"load-bmfont": {
"phin": "^3.7.1"
},
2024-01-09 00:53:26 +01:00
"axios": {
"follow-redirects": "^1.15.4"
2024-03-06 10:30:09 +01:00
},
2024-05-20 13:37:10 +02:00
"node-fetch": {
"whatwg-url": "^14.0.0"
2023-07-20 19:32:15 +02:00
}
},
"name": "sillytavern",
2023-07-21 16:42:15 +02:00
"type": "commonjs",
2023-07-20 19:32:15 +02:00
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
2024-07-27 15:13:39 +02:00
"version": "1.12.4",
2023-07-20 19:32:15 +02:00
"scripts": {
"start": "node server.js",
2024-05-05 23:49:00 +02:00
"start:no-csrf": "node server.js --disableCsrf",
"postinstall": "node post-install.js",
"lint": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js",
2024-05-05 23:49:00 +02:00
"lint:fix": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js --fix",
2024-05-13 20:22:01 +02:00
"plugins:update": "node plugins update",
"plugins:install": "node plugins install"
2023-07-20 19:32:15 +02:00
},
"bin": {
"sillytavern": "./server.js"
},
"rules": {
"no-path-concat": "off",
"no-var": "off"
},
"main": "server.js",
"devDependencies": {
"@types/jquery": "^3.5.29",
support for Ipv6 (#2593) * started adding v6 support * added error checking and change messages to the user * fixed lsp caused issue * fixed formatting error * added error handling to https * fixed formatting errors * brought server starting into different func and added enable v6 and v4 * added error checking for disabling both v6 and v4. added option to prefer v6 for dns. added that stuff to the default config * fixed dumb bug * changed to settings named disable ipvx * fixed failed ips still showing as listening * fixed error handling * changed ip protocol config layout * small const name changes * fixed no error if only available protocol fails, and changed wording of some errors * fixed error handling saying 'non-fatal error' for protocol fail even when it's the only one enabled * moved more logic to listen error handler * fixed eslint issues * added more info on when to prefer ipv6 for dns * in conf changed one 'ipv6' to 'IPv6' for consistency * changed error message and redid how starting the server works * removed unneeded log * removed unneeded log * removed unneeded comments * fixed errors * fixed errors * fixed errors * changed the wording of ip related error messages * removed empty lines * changed to .finally(startServer); * removed some whitespace * disabled ipv6 by default ╯︿╰ and changed some message wording * added auto mode for autorun hostname and changed formatting for listening log and added goto message with autorun url * added autorun port override * removed debug log * changed formatting * added cli args to ipv6 and autorun stuff * moved cli args around * changed formatting * changed colors for ip * added avoidLocalhost cli arg * changed formatting * changed to not print protocol on listening * added config option for avoid localhost and changed formatting of messages * fixed avoid localhost config option * Fix ipv4 color --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-08-15 19:12:12 +02:00
"eslint": "^8.57.0",
2024-02-10 20:19:49 +01:00
"jquery": "^3.6.4"
2023-07-20 19:32:15 +02:00
}
}