-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.08 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
{
"name": "store-locator",
"version": "1.0.0",
"description": "store locator project",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "nodemon server.js",
"test": "mocha tests/**/*.js"
},
"keywords": [
"nodejs",
"postgresql",
"example"
],
"author": "https://loizenai.com",
"license": "ISC",
"dependencies": {
"argon2": "^0.30.3",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"geolib": "^3.3.4",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.1",
"melipayamak-api": "^0.1.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.11.1",
"redis": "^4.6.13",
"sequelize": "^6.32.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"winston": "^3.10.0"
},
"devDependencies": {
"chai": "^4.3.8",
"chai-http": "^4.4.0",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"rewire": "^7.0.0",
"sinon": "^16.0.0",
"supertest": "^6.3.3"
}
}