-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "cat-tube",
"version": "1.0.0",
"main": "index.js",
"repository": "ssh://[email protected]/Cat-Family/cat-tube.git",
"author": "cat <[email protected]>",
"license": "BSD-3-Clause",
"private": false,
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/app.ts"
},
"dependencies": {
"@typegoose/typegoose": "^9.10.1",
"argon2": "^0.28.7",
"config": "^3.3.7",
"cors": "^2.8.5",
"dayjs": "^1.11.4",
"dotenv": "^16.0.1",
"express": "^5.0.0-beta.1",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.5.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.4.6",
"multer": "^1.4.4",
"nanoid": "3.3.4",
"nodemailer": "^6.7.7",
"pino": "^8.3.0",
"zod": "^3.17.10"
},
"devDependencies": {
"@types/config": "^0.0.41",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.2.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/multer": "^1.4.7",
"@types/nodemailer": "^6.4.4",
"diagnostic-languageserver": "^1.14.2",
"pino-pretty": "^8.1.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2"
}
}