-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.69 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mi-utem-api",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"test": "PORT=0 jest",
"start": "ts-node src/app.ts",
"start-dev": "nodemon src/app.ts"
},
"engines": {
"node": "18.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^7.113.0",
"@sentry/profiling-node": "^7.113.0",
"@sentry/tracing": "^7.103.0",
"@types/morgan": "^1.9.9",
"atob": "^2.1.2",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"chilean-rut": "^1.0.24",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"firebase": "^9.23.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.7.0",
"form-data": "^4.0.0",
"googleapis": "^120.0.0",
"jsonwebtoken": "^9.0.2",
"logform": "^2.6.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"node-html": "^1.0.0-beta.63",
"openid-client": "^5.6.5",
"pdf-parse": "^1.1.1",
"qs": "^6.11.2",
"random-useragent": "^0.5.0",
"readline": "^1.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"winston": "^3.11.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/types": "^7.113.0",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/random-useragent": "^0.3.3",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2"
},
"packageManager": "[email protected]"
}