forked from SimonLoir/EdgeRunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 953 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
36
37
38
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon ./src/index.ts"
},
"keywords": [],
"author": "Simon Loir & Johan Rochet",
"license": "ISC",
"devDependencies": {
"@repo/api": "^0.0.0",
"@repo/eslint-config": "^0.0.0",
"@repo/typescript-config": "^0.0.0",
"@types/express": "^4.17.21",
"@types/module-alias": "^2.0.4",
"@types/node": "^20.11.30",
"@types/ws": "^8.5.10",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@trpc/client": "^11.0.0-next-beta.294",
"@trpc/server": "^11.0.0-next-beta.294",
"@types/jest": "^29.5.12",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"module-alias": "^2.2.3",
"spawn-command-with-kill": "^1.0.2",
"ts-jest": "^29.1.2",
"vscode-jsonrpc": "^8.2.0",
"ws": "^8.16.0"
}
}