-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
45
46
47
48
49
50
51
52
53
54
{
"type": "module",
"name": "project-virtual-pond",
"version": "1.0.0",
"description": "A Physical Space for Twitch Frogs to Hang and Chat.",
"main": "server/Run.js",
"scripts": {
"dev": "nodemon server/Run.js",
"run": "pm2 start server/Run.js && pm2 monit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Node.js",
"socket.io",
"Phaser",
"Firebase",
"Multiplayer",
"Virtual World",
"Minigames",
"Twitch",
"Chatting"
],
"license": "GNU GPL V3.0",
"dependencies": {
"@socket.io/admin-ui": "^0.4.0",
"@twurple/api": "^5.1.8",
"@twurple/auth": "^5.1.8",
"@twurple/eventsub": "^5.1.8",
"axios": "^0.27.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"firebase-admin": "^11.5.0",
"fs": "0.0.1-security",
"jsonpath": "^1.1.1",
"leo-profanity": "^1.5.1",
"natural": "^5.2.3",
"node-json-db": "^2.1.3",
"node-streamelements": "^0.1.3",
"passport": "^0.6.0",
"passport-oauth": "^1.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.2",
"tmi-emote-parse": "^2.0.0",
"nodemon": "^3.0.1"
},
"devDependencies": {
"@twurple/eventsub-ngrok": "^5.1.8"
}
}