forked from Im-Fran/api-mi-utem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.32 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
{
"name": "mi-utem-api",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/app.ts",
"start-dev": "nodemon src/app.ts"
},
"engines": {
"node": "16.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^6.17.4",
"@sentry/tracing": "^6.0.0",
"@types/morgan": "^1.9.3",
"atob": "^2.1.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"chilean-rut": "^1.0.24",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^9.6.7",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.1",
"form-data": "^3.0.0",
"googleapis": "^39.2.0",
"jsonwebtoken": "^8.5.1",
"logform": "^2.2.0",
"moment": "^2.29.2",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"pdf-parse": "^1.1.1",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.6.7",
"random-useragent": "^0.5.0",
"readline": "^1.3.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"user-agents": "^1.0.559",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/puppeteer": "^5.4.4",
"@types/random-useragent": "^0.3.1",
"nodemon": "^2.0.15"
}
}