-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.12 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.12 KB
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
{
"name": "virtualtabletopbackend",
"version": "1.0.0",
"description": "Blank Is a virtual table top where you can meetup with your friends and table top games. You will be able to roll dice and create characters. 1 person will be allowed to create a game and the other players are allowed to join it. Players can move their pieces around on the screen and can roll dice and edit their player sheets.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiddySmooth/VirtualTableTopBackEnd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DiddySmooth/VirtualTableTopBackEnd/issues"
},
"homepage": "https://github.com/DiddySmooth/VirtualTableTopBackEnd#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"pg": "^8.6.0",
"rowdy-logger": "^1.0.2",
"sequelize": "^6.6.2",
"socket.io": "^4.1.2"
},
"devDependencies": {}
}