-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 877 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
{
"name": "electro-dm",
"version": "1.0.0",
"description": "A project that helps build player engagement and facilitates DM tasks.",
"main": "index.js",
"scripts": {
"setup": "(cd client && npm install && cd ..) && (cd server && npm install && cd ..)",
"start": "(cd shared && tsc && cd build && node open.js) & (cd server && npm run start) & (cd client && npm run start && cd ..)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luxdvie/electro-dm.git"
},
"author": "Austin Brown",
"license": "ISC",
"bugs": {
"url": "https://github.com/luxdvie/electro-dm/issues"
},
"homepage": "https://github.com/luxdvie/electro-dm#readme",
"dependencies": {
"ip": "^1.1.8",
"open": "^8.4.0",
"os": "^0.1.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node-fetch": "^2.6.2",
"@types/uuid": "^9.0.0"
}
}