-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 5 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 5 KB
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
{
"name": "template-microservice",
"version": "2.4.0",
"scripts": {
"helm:gen": "node script/helm/index.mjs",
"helm:gen:production": "node script/helm/index.mjs -e production --scan-routes",
"helm:gen:development": "node script/helm/index.mjs -e development --scan-routes",
"helm:gen:homologation": "node script/helm/index.mjs -e homologation --scan-routes",
"prebuild": "rimraf dist",
"build": "babel src --extensions \".js,.ts\" --out-dir dist --copy-files --no-copy-ignored",
"lint:staged": "yarn lint-staged",
"lint": "yarn eslint src/** --fix",
"check:types": "tsc --noEmit",
"start:prod": "node dist/main",
"start:dev": "yarn tsx --watch src/main",
"start:debug": "yarn tsx --watch --inspect src/main",
"start:dev:legacy": "tsnd -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify src/main",
"start:debug:legacy": "tsnd -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules --no-notify --inspect --poll --watch --clear src/main",
"test": "jest --detectOpenHandles --passWithNoTests --silent --noStackTrace --runInBand --forceExit",
"test:ci": "yarn test --forceExit",
"test:verbose": "jest --detectOpenHandles --passWithNoTests --verbose --forceExit",
"test:unit": "yarn test --watch -c jest-unit.config.ts",
"test:integration": "yarn test --watch -c jest-integration.config.ts",
"test:e2e": "yarn test --watch -c jest-e2e.config.ts",
"test:unit:verbose": "yarn test:verbose --watch -c jest-unit.config.ts",
"test:integration:verbose": "yarn test:verbose --verbose --watch -c jest-integration.config.ts",
"test:e2e:verbose": "yarn test:verbose --watch -c jest-e2e.config.ts",
"test:coverage": "yarn test --coverage",
"prepare": "husky",
"sonar": "docker run --rm --env-file .env -v $(pwd):/usr/src sonarsource/sonar-scanner-cli",
"gen": "codegen",
"s-code": "node script/s-code/index.mjs"
},
"keywords": [],
"author": "lucassm02",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.1",
"@babel/node": "^7.27.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.27.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/plugin-transform-typescript": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1",
"@italog/codegen": "^1.6.0",
"@swc/cli": "^0.7.7",
"@swc/core": "^1.11.29",
"@swc/jest": "^0.2.38",
"@types/amqplib": "^0.10.7",
"@types/cors": "^2.8.18",
"@types/jest": "^29.5.14",
"@types/knex": "^0.16.1",
"@types/memjs": "^1.3.3",
"@types/mongodb": "^4.0.7",
"@types/node": "^22.15.20",
"@types/string-template": "^1.0.6",
"@types/supertest": "^6.0.3",
"@types/uuid": "^10.0.0",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@typescript-eslint/typescript-estree": "^8.32.1",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.4.0",
"git-commit-msg-linter": "^5.0.8",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^16.0.0",
"mongodb-memory-server": "^10.1.4",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"supertest": "^7.1.1",
"ts-jest": "^29.3.4",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4",
"typescript": "5.8.3",
"yaml": "^2.8.0"
},
"dependencies": {
"@badass-team-code/formatted-cases-words": "^1.0.0",
"@elastic/ecs-winston-format": "^1.5.3",
"@elastic/elasticsearch": "^9.0.2",
"@fastify/cors": "^11.0.1",
"@fastify/helmet": "^13.0.1",
"@fastify/static": "^8.1.1",
"@hokify/agenda": "^6.3.0",
"agenda": "^5.0.0",
"agendash": "^4.0.0",
"agentkeepalive": "^4.6.0",
"amqplib": "^0.10.8",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cpf-cnpj-validator": "^1.0.3",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"elastic-apm-node": "^4.13.0",
"fastify": "^5.3.3",
"fastify-plugin": "^5.0.1",
"form-data": "^4.0.2",
"helmet": "^8.1.0",
"knex": "^3.1.0",
"memjs": "^1.3.2",
"mongodb": "^6.16.0",
"mongoose": "^8.15.0",
"node-cache": "^5.1.2",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7",
"string-template": "^1.0.0",
"tedious": "19.0.0",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"winston-elasticsearch": "^0.19.0",
"winston-transport": "^4.9.0",
"yargs": "13.2",
"yup": "^1.6.1"
},
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
}
}