-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.86 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
{
"name": "websocketytrack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"dev": "nodemon src/index.ts",
"start:eggsETL": "cross-env NODE_OPTIONS='--openssl-legacy-provider' node dist/services/eggRowsETL/runEggRowsETL.js",
"db:ping": "ts-node src/database/ping.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.12",
"@types/node": "^20.17.27",
"@types/sequelize": "^4.28.20",
"@types/sharp": "^0.31.1",
"@types/smb2": "^0.2.4",
"@types/socket.io": "^3.0.2",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.7",
"@types/winston": "^2.4.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@azure/storage-blob": "^12.27.0",
"@marsaud/smb2": "^0.18.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"csv-parse": "^5.6.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.7",
"exceljs": "^4.4.0",
"express": "^4.21.2",
"facturacionelectronicapy-qrgen": "^1.0.9",
"facturacionelectronicapy-setapi": "^1.0.30",
"facturacionelectronicapy-xmlgen": "^1.0.265",
"facturacionelectronicapy-xmlsign": "^1.0.18",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"sequelize": "^6.37.3",
"sharp": "^0.33.5",
"smb2": "^0.2.11",
"socket.io": "^4.7.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tedious": "^18.2.4",
"winston": "^3.15.0"
}
}