-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 970 Bytes
/
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
{
"name": "web-policia-crud-auth",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npx ts-node -- src/index.ts",
"startJS": "node dist/index.js",
"dev": "nodemon --exec ts-node -- src/index.ts"
},
"author": "Gonzalo Nicolás Ebel",
"license": "ISC",
"dependencies": {
"@types/node": "^20.12.7",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"docx": "^8.5.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.1",
"morgan": "^1.10.0",
"nodemon": "^3.1.0",
"passport": "^0.7.0",
"pdf-lib": "^1.17.1",
"unorm": "^1.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
}
}