-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"name": "scissors-url",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deobaba/Scissors-URL.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Deobaba/Scissors-URL/issues"
},
"homepage": "https://github.com/Deobaba/Scissors-URL#readme",
"dependencies": {
"@types/jest": "^29.5.1",
"bcryptjs": "^2.4.3",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"geoip-lite": "^1.4.7",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"jest": "^29.5.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"mongoose": "^7.1.1",
"nanoid": "^3.3.6",
"nodemailer": "^6.9.2",
"qrcode": "^1.5.3",
"redis": "^4.6.7",
"shortid": "^2.2.16",
"smart-truncate": "^1.0.1",
"useragent": "^2.3.0",
"valid-url": "^1.0.9",
"xss-clean": "^0.1.4"
}
}