Spaces:
Running
Running
{ | |
"dependencies": { | |
"@agnai/sentencepiece-js": "^1.1.1", | |
"@agnai/web-tokenizers": "^0.1.3", | |
"@zeldafan0225/ai_horde": "^5.1.0", | |
"archiver": "^7.0.1", | |
"bing-translate-api": "^2.9.1", | |
"body-parser": "^1.20.2", | |
"command-exists": "^1.2.9", | |
"compression": "^1", | |
"cookie-parser": "^1.4.6", | |
"cookie-session": "^2.1.0", | |
"cors": "^2.8.5", | |
"csrf-csrf": "^2.2.3", | |
"express": "^4.19.2", | |
"form-data": "^4.0.0", | |
"google-translate-api-browser": "^3.0.1", | |
"he": "^1.2.0", | |
"helmet": "^7.1.0", | |
"iconv-lite": "^0.6.3", | |
"ip-matching": "^2.1.2", | |
"ipaddr.js": "^2.0.1", | |
"jimp": "^0.22.10", | |
"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", | |
"png-chunk-text": "^1.0.0", | |
"png-chunks-encode": "^1.0.0", | |
"png-chunks-extract": "^1.0.0", | |
"rate-limiter-flexible": "^5.0.0", | |
"response-time": "^2.3.2", | |
"sanitize-filename": "^1.6.3", | |
"sillytavern-transformers": "2.14.6", | |
"simple-git": "^3.19.1", | |
"tiktoken": "^1.0.15", | |
"vectra": "^0.2.2", | |
"wavefile": "^11.0.0", | |
"write-file-atomic": "^5.0.1", | |
"ws": "^8.17.1", | |
"yaml": "^2.3.4", | |
"yargs": "^17.7.1", | |
"yauzl": "^2.10.0" | |
}, | |
"engines": { | |
"node": ">= 18" | |
}, | |
"overrides": { | |
"parse-bmfont-xml": { | |
"xml2js": "^0.5.0" | |
}, | |
"vectra": { | |
"openai": "^4.17.0" | |
}, | |
"load-bmfont": { | |
"phin": "^3.7.1" | |
}, | |
"axios": { | |
"follow-redirects": "^1.15.4" | |
}, | |
"node-fetch": { | |
"whatwg-url": "^14.0.0" | |
} | |
}, | |
"name": "sillytavern", | |
"type": "commonjs", | |
"license": "AGPL-3.0", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/SillyTavern/SillyTavern.git" | |
}, | |
"version": "1.12.5", | |
"scripts": { | |
"start": "node server.js", | |
"start:no-csrf": "node server.js --disableCsrf", | |
"postinstall": "node post-install.js", | |
"lint": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js", | |
"lint:fix": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js --fix", | |
"plugins:update": "node plugins update", | |
"plugins:install": "node plugins install" | |
}, | |
"bin": { | |
"sillytavern": "./server.js" | |
}, | |
"rules": { | |
"no-path-concat": "off", | |
"no-var": "off" | |
}, | |
"main": "server.js", | |
"devDependencies": { | |
"@types/jquery": "^3.5.29", | |
"eslint": "^8.57.0", | |
"jquery": "^3.6.4" | |
} | |
} | |