-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "paw-tp-2022-2023",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@angular/cli": "^16.0.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.10.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.22"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"description": "Trabalho Prático de Programação em Ambiente Web",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TheMindlessMan/PAW_TP_2022_2023.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheMindlessMan/PAW_TP_2022_2023/issues"
},
"homepage": "https://github.com/TheMindlessMan/PAW_TP_2022_2023#readme"
}