-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "score-rent",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.5",
"csv-parse": "^5.4.0",
"dotenv": "^16.1.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"html5-qrcode": "^2.3.8",
"i18next": "^23.5.1",
"i18next-http-middleware": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.10.1",
"mongoose": "^6.11.4",
"nodemailer": "^6.9.3",
"qrcode": "^1.5.3",
"short-uuid": "^4.2.2",
"uuid": "^9.0.0",
"validator": "^13.9.0"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^9.0.2",
"@types/nodemailer": "^6.4.7",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.7.17",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"scripts": {
"start": "node dist/app.js",
"startts": "ts-node app.ts",
"dev": "nodemon app.ts",
"pretty-quick": "pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docwarems/score-rent.git"
},
"keywords": [],
"author": "iamshaunjp, docwarems",
"license": "ISC",
"bugs": {
"url": "https://github.com/docwarems/score-rent.git/issues"
},
"homepage": "https://github.com/docwarems/score-rent.git#readme"
}