-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 Bytes
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
{
"name": "url-shortner",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "nodemon src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/passport": "^1.0.8",
"@types/uuid": "^8.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"joi": "^17.6.0",
"mysql2": "^2.3.3",
"nanoid": "3.3.4",
"nodemon": "^2.0.16",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"sequelize": "^6.20.1",
"ts-node": "^10.8.1",
"valid-url": "^1.0.9"
}
}