-
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.15 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.15 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": "fiscalapi-samples-express",
"version": "1.0.0",
"description": "Fiscalapi Ejemplos Express JS",
"main": "dist/app.js",
"scripts": {
"build": "tsc",
"start": "node dist/app.js",
"dev": "nodemon --exec ts-node src/app.ts"
},
"keywords": [
"express",
"fiscalapi",
"facturacion-electronica",
"cdfi",
"comprobante-digital-fiscal",
"api-rest",
"nodejs",
"typescript",
"sat",
"cfdi",
"factura",
"comprobante",
"fiscal",
"api",
"node",
"expressjs",
"fiscalapi-samples-express"
],
"author": "Fiscalapi",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^8.2.3",
"@types/express": "^5.0.1",
"@types/node": "^22.14.0",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@types/uuid": "^10.0.0",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"fiscalapi": "^4.0.0",
"luxon": "^3.6.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/luxon": "^3.6.0",
"nodemon": "^3.1.9"
}
}