-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 KB
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
39
40
41
42
43
44
45
46
{
"name": "me-dynamics-node",
"version": "0.1.0",
"description": "node js utilities",
"main": "build/index.js",
"repository": "https://github.com/ME-dynamics/me-dynamics-node",
"author": "Erfan Yousefifar",
"scripts": {
"clean": "rimraf build",
"typedoc": "typedoc --readme ./README.md",
"build": "npm run clean && tsc",
"test": "npm run clean && jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/benchmark": "^2.1.4",
"@types/http-status-codes": "^1.2.0",
"@types/jest": "^29.5.6",
"@types/microtime": "^2.1.1",
"@types/node": "20.8.8",
"@types/uuid": "9.0.6",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"benchmark": "^2.1.4",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-security": "^1.7.1",
"fastify": "^4.26.2",
"jest": "^29.7.0",
"microtime": "^3.1.1",
"prettier": "3.0.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.33.0"
},
"dependencies": {
"argon2": "^0.31.2",
"http-status-codes": "^2.3.0",
"hyperid": "^3.1.1",
"pino": "^8.16.1",
"ws": "^8.14.2"
}
}