-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 944 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": "chess-club",
"version": "1.0.0",
"scripts": {
"start:server": "npx vite-node src/server.ts",
"start:wizard": "npx vite-node src/wizard.ts",
"start:voice": "npx vite-node src/voice.ts",
"start:frontend": "cd chess-frontend && npm run dev",
"postinstall": "cd chess-frontend && npm install"
},
"author": "benank",
"dependencies": {
"@picovoice/leopard-node": "^1.2.0",
"chess.js": "^1.0.0-beta.5",
"dotenv": "^16.0.3",
"gkm-class": "^1.1.0",
"node-record-lpcm16": "^1.0.1",
"puppeteer": "^20.2.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1"
},
"devDependencies": {
"@types/chess.js": "^0.13.4",
"@types/puppeteer": "^7.0.4",
"@types/socket.io": "^3.0.2"
}
}