generated from pineromarcos/base-api-hex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "@hfc/services-core",
"version": "1.0.0",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
"postbuild": "tsconfig-replace-paths",
"start": "node dist/src/app.js",
"serve": "ts-node-dev -r tsconfig-paths/register --inspect=0.0.0.0:9229 ./src/app.ts",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marcos Piñero",
"license": "ISC",
"dependencies": {
"@moebius/http-graceful-shutdown": "1.1.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"axios": "1.3.5",
"body-parse": "0.1.0",
"compression": "1.7.4",
"cors": "2.8.5",
"dotenv": "16.0.3",
"express": "4.18.2",
"glob": "8.1.0",
"helmet": "6.0.1",
"inversify": "6.0.1",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.1",
"reflect-metadata": "0.1.13",
"winston": "3.8.2"
},
"devDependencies": {
"@types/compression": "1.7.2",
"@types/cors": "2.8.13",
"@types/glob": "8.1.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "4.2.0",
"tsconfig-replace-paths": "0.0.14",
"typescript": "5.0.4"
}
}