-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
172 lines (172 loc) · 4.93 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "konecty",
"version": "1.1.0",
"description": "Konecty",
"main": "./src/server/main.ts",
"scripts": {
"start": "env-cmd nodemon --watch src --exec 'ts-node ./src/server/main.ts' -e ts,js,mjs,cjs,json,hbs | pino-pretty --colorize",
"prebuild": "rimraf dist",
"build": "babel src --out-dir dist --no-copy-ignored --extensions '.ts,.js'",
"lint": "eslint src/**/*.ts src/**/*.js --fix",
"prettier": "prettier --write src",
"test": "jest --detectOpenHandles --runInBand",
"prepare": "husky install"
},
"engines": {
"node": ">=18.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22.0"
},
"dependencies": {
"@autotelic/fastify-opentelemetry": "^0.18.0",
"@aws-sdk/client-s3": "^3.431.0",
"@babel/runtime": "^7.23.1",
"@fastify/cookie": "^9.1.0",
"@fastify/cors": "^8.4.1",
"@fastify/formbody": "^7.4.0",
"@fastify/http-proxy": "^9.4.0",
"@fastify/multipart": "^8.0.0",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.41.0",
"@opentelemetry/exporter-collector": "^0.25.0",
"@opentelemetry/exporter-prometheus": "^0.48.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.48.0",
"@opentelemetry/instrumentation-http": "^0.48.0",
"@opentelemetry/instrumentation-pino": "^0.35.0",
"@opentelemetry/node": "^0.24.0",
"@opentelemetry/sdk-metrics": "1.21.0",
"@opentelemetry/sdk-node": "0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@opentelemetry/tracing": "^0.24.0",
"@types/ua-parser-js": "^0.7.38",
"@types/uuid": "^9.0.7",
"async": "^3.2.4",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"change-case": "4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"clayhandlebars": "^5.0.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^3.0.0",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"ejson": "^2.2.3",
"excel4node": "^1.8.2",
"fastify": "^4.23.2",
"fastify-plugin": "^4.5.1",
"flat": "^5.0.2",
"geolib": "^3.3.4",
"glob": "^10.3.10",
"handlebars": "^4.7.8",
"http-status-codes": "^2.3.0",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.7.1",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lower-case": "^2.0.2",
"luxon": "^3.4.3",
"mime-types": "^2.1.35",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^6.1.0",
"mongodb-uri": "^0.9.7",
"mustache": "^4.2.0",
"nodemailer": "^6.9.5",
"nodemailer-smtp-transport": "^2.7.4",
"path-to-regexp": "^6.2.1",
"pino": "^8.15.4",
"pino-pretty": "^10.2.3",
"ramda": "^0.29.0",
"request": "^2.88.0",
"send": "^0.18.0",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"title-case": "^3.0.3",
"ua-parser-js": "^1.0.36",
"undici": "^5.26.5",
"upper-case": "^2.0.2",
"useragent": "^2.3.0",
"uuid": "^9.0.1",
"zod": "^3.22.3"
},
"_moduleAliases": {
"@root": "./src",
"@imports": "./imports",
"@private": "./private",
"@server": "./server"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@faker-js/faker": "^8.3.1",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
"@tsconfig/bun": "^1.0.1",
"@types/bcryptjs": "^2.4.5",
"@types/bluebird": "^3.5.39",
"@types/chai": "^4.3.9",
"@types/cookie": "^0.5.2",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/flat": "^5.0.3",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.199",
"@types/mime-types": "^2.1.3",
"@types/mongodb-uri": "^0.9.2",
"@types/node": "^20.8.2",
"@types/swig": "0.0.32",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.4",
"bun-types": "^1.0.5-canary.20231007T140129",
"chai": "^4.3.10",
"cpy-cli": "^5.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"module-alias": "^2.2.3",
"mongodb-memory-server": "^9.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "[email protected]:Konecty/Konecty.git"
},
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
},
"author": "Konecty",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/Konecty/Konecty/issues"
},
"homepage": "https://konecty.com"
}