-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "debate-zone-micro-service-user",
"version": "1.0.0",
"description": "User micro-services",
"main": "index.ts",
"scripts": {
"test": "test",
"start:dev": "nodemon ./src/server.ts",
"prettier:fix": "prettier --write \"src/**/*.ts\""
},
"keywords": [
"tempalte",
"debate",
"zone",
"micro-service",
"debate-zone"
],
"author": "Grig Theo",
"license": "ISC",
"dependencies": {
"@debate-zone/micro-service-common-library": "^1.5.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-zod-api": "^10.1.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"swagger-ui-express": "^4.6.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/debate-zone/micro-service-template.git"
},
"bugs": {
"url": "https://gitlab.com/debate-zone/micro-service-template/issues"
},
"homepage": "https://gitlab.com/debate-zone/micro-service-template#readme"
}