-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"express-validator": "^6.14.1",
"firebase-admin": "^10.0.2",
"mongoose": "^6.2.4",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"pdfkit": "^0.13.0",
"python": "^0.0.4",
"python-shell": "^3.0.1",
"request": "^2.88.2",
"requst": "^0.0.1-security",
"sharp": "^0.30.4",
"tesseract.js": "^2.1.5"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/kyw0618/mdeioz_server.git"
},
"bugs": {
"url": "https://github.com/kyw0618/mdeioz_server/issues"
},
"homepage": "https://github.com/kyw0618/mdeioz_server#readme",
"devDependencies": {
"@types/express": "^4.17.15"
}
}