-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "backend",
"version": "1.0.0",
"description": "API for pastebin.fi",
"main": "app.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/pastebin-fi/backend.git"
},
"author": "pastebin.fi",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/pastebin-fi/backend/issues"
},
"homepage": "https://github.com/pastebin-fi/backend#readme",
"dependencies": {
"@types/nodemailer": "^6.4.8",
"@vscode/vscode-languagedetection": "^1.0.22",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^6.5.1",
"express-session": "^1.17.2",
"js-sha256": "^0.9.0",
"mongoose": "^6.0.12",
"nodemailer": "^6.9.3",
"swagger-ui-express": "^4.6.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.5",
"@types/node": "^18.14.1",
"ts-loader": "^9.4.1",
"typescript": "^4.9.5"
}
}