forked from keffman125/FreeMarket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.27 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
51
52
53
54
{
"name": "baseswap-backend",
"version": "3.0.0-beta.14",
"engines": {
"npm": "10.2.4",
"node": "20.9.0"
},
"scripts": {
"start": "concurrently \"nodemon server.js\" \"cd ./client && npm run start\"",
"production": "NODE_ENV=production",
"setup": "node setup/setup.js",
"reset": "node setup/reset.js"
},
"dependencies": {
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"currency.js": "2.0.4",
"dotenv": "4.0.0",
"execp": "^0.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"glob": "7.1.1",
"helmet": "^4.6.0",
"html-pdf": "^3.0.1",
"joi": "^17.10.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"module-alias": "^2.2.2",
"moment": "^2.26.0",
"mongoose": "^8.0.1",
"mongoose-autopopulate": "^1.1.0",
"multer": "^1.4.2",
"path": "^0.12.7",
"pug": "^3.0.2",
"request": "^2.88.2",
"resend": "^0.17.2",
"sqlite3": "^5.1.6",
"transliteration": "^2.3.5"
},
"devDependencies": {
"concurrently": "^7.5.0",
"nodemon": "^1.19.2"
},
"_moduleAliases": {
"@": "."
},
"description": "Just you wait folks!",
"main": "app.js",
"keywords": [],
"author": "IDURAR",
"license": "Fair-code License"
}