-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 851 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": "chessedbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc && node ./dist",
"start": "node ./dist"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"chess.js": "^1.0.0-beta.7",
"dotenv": "^16.4.0",
"express": "^4.19.2",
"firebase": "^10.7.2",
"firebase-admin": "^12.0.0",
"ws": "^8.16.0"
},
"type": "module",
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.4",
"typescript": "^5.3.3"
}
}