-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 894 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 894 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
30
31
32
33
34
35
36
37
{
"name": "papers-api",
"version": "1.0.0",
"description": "A Paper API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test01": "nodemon app.js"
},
"keywords": [],
"author": "Yasindu Samarasinghe",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"blob-stream": "^0.1.3",
"canvas": "^2.11.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"firebase": "^10.7.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"multer": "^1.4.5-lts.1",
"paypal-rest-sdk": "^1.8.1",
"pdfkit": "^0.14.0",
"uuid": "^9.0.1",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.12.11",
"ts-node": "^10.9.2"
}
}