-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"name": "mineboy",
"author": "JSH32",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"dev": "npx ts-node src/index.ts"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
"eslint-config-eslint": "^7.0.0",
"typescript": "^4.6.4"
},
"dependencies": {
"@fastify/websocket": "^7.0.0",
"bson": "^4.6.3",
"chalk": "^4.1.2",
"dotenv": "^16.0.0",
"fastify": "^4.5.2",
"no-try": "^3.1.0",
"rgbquant": "^1.1.2",
"serverboy": "^0.0.7",
"ts-log": "^2.2.5",
"ts-node": "^10.9.1",
"ts-pattern": "^4.0.2",
"tslog": "^3.3.3",
"ws": "^8.6.0"
}
}