mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"@dqbd/tiktoken": "^1.0.2",
|
|
"axios": "^1.3.4",
|
|
"compression": "^1",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"csrf-csrf": "^2.2.3",
|
|
"device-detector-js": "^3.0.3",
|
|
"exifreader": "^4.12.0",
|
|
"express": "^4.18.2",
|
|
"gpt3-tokenizer": "^1.1.5",
|
|
"ipaddr.js": "^2.0.1",
|
|
"jimp": "^0.22.7",
|
|
"json5": "^2.2.3",
|
|
"mime-types": "^2.1.35",
|
|
"multer": "^1.4.5-lts.1",
|
|
"node-rest-client": "^3.1.1",
|
|
"open": "^8.4.0",
|
|
"piexifjs": "^1.0.6",
|
|
"png-chunk-text": "^1.0.0",
|
|
"png-chunks-encode": "^1.0.0",
|
|
"png-chunks-extract": "^1.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"sanitize-filename": "^1.6.3",
|
|
"webp-converter": "2.3.2",
|
|
"ws": "^8.13.0",
|
|
"yargs": "^17.7.1"
|
|
},
|
|
"overrides": {
|
|
"parse-bmfont-xml": {
|
|
"xml2js": "^0.5.0"
|
|
}
|
|
},
|
|
"name": "sillytavern",
|
|
"version": "1.4.9",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"bin": {
|
|
"sillytavern": "./server.js"
|
|
},
|
|
"rules": {
|
|
"no-path-concat": "off",
|
|
"no-var": "off"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"node_modules/open/xdg-open/",
|
|
"public",
|
|
"uploads"
|
|
]
|
|
}
|
|
}
|