-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "hydra-proxy",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"license": "MIT",
"packageManager": "yarn@3.5.0",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "nest build -p ./tsconfig.json",
"dev": "nest start --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nestjs/cli": "9.4.2",
"@tsconfig/esm": "1.0.3",
"@tsconfig/node18": "2.0.0",
"@tsconfig/strictest": "2.0.1",
"@types/express": "4.17.17",
"@types/morgan": "1.9.4",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8"
},
"dependencies": {
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.3.1",
"@nestjs/core": "9.4.0",
"@nestjs/platform-express": "9.4.0",
"express": "4.18.2",
"morgan": "1.10.0",
"node-fetch": "^3.3.1",
"reflect-metadata": "0.1.13",
"typescript": "5.0.4",
"zod": "3.21.4"
}
}