-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "his-connect",
"version": "3.7.5",
"subVersion": "2024.11.22-1",
"private": true,
"scripts": {
"start": "npx ts-node ./src/app.ts",
"watch": "npx nodemon",
"build": "npx tsc"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/formbody": "^7.4.0",
"@fastify/helmet": "^11.1.1",
"@fastify/jwt": "^8.0.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/static": "^7.0.4",
"@fastify/view": "^9.1.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"fastify": "^4.28.1",
"fastify-no-icon": "^6.0.0",
"fastify-plugin": "^4.5.1",
"fastify-session": "^5.2.1",
"fastify-ws": "^1.0.3",
"geoip-lite": "^1.4.10",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"moment": "^2.30.1",
"mqtt": "^5.8.0",
"mssql": "^11.0.1",
"mysql": "^2.18.1",
"mysql2": "^3.11.0",
"node-cron": "^3.0.3",
"pg": "^8.12.0",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"qrcode": "^1.5.3",
"serve-static": "^1.15.0",
"shelljs": "^0.8.5",
"tslint": "^6.1.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/knex": "^0.16.1",
"@types/node": "^18.16.14",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.0.4"
}
}