forked from TavernAI/TavernAIColab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf-csrf": "^2.2.3",
"exifreader": "^4.9.2",
"express": "^4.18.2",
"form-data": "^4.0.0",
"http": "^0.0.1-security",
"ipaddr.js": "^2.0.1",
"json5": "^2.2.3",
"multer": "^1.4.5-lts.1",
"needle": "^3.2.0",
"node-rest-client": "^3.1.1",
"open": "^8.4.2",
"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",
"serialize-javascript": "^6.0.1",
"sharp": "^0.31.3",
"webp-converter": "^2.3.3"
},
"name": "TavernAI",
"version": "1.5.1",
"bin": {
"TavernAI": "server.js"
},
"rules": {
"no-path-concat": "off",
"no-var": "off"
},
"pkg": {
"assets": [
"node_modules/sharp/build/Release/**/*",
"node_modules/sharp/vendor/lib/**/*",
"node_modules/open/xdg-open/",
"public",
"public/cardeditor/**",
"uploads"
]
}
}