-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1012 Bytes
/
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
{
"name": "sillytavern-discordrichpresence-server",
"version": "1.0.0",
"description": "Example server plugin for SillyTavern server using Discord RPC",
"main": "index.js",
"scripts": {
"build": "browserify main.js --node --standalone discord -o index.js",
"test": "npm run build && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-Server.git"
},
"keywords": [
"sillytavern"
],
"author": "Cohee1207",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-Server/issues"
},
"homepage": "https://github.com/Cohee1207/SillyTavern-DiscordRichPresence-Server#readme",
"dependencies": {
"chalk": "^4.1.2",
"discord-rpc": "^4.0.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"bufferutil": "^4.0.8",
"electron": "^28.0.0",
"encoding": "^0.1.13",
"utf-8-validate": "^5.0.10"
}
}