-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "circuit_city",
"version": "1.0.0",
"description": "Circuit City is an online market for the distribution of everything electrical, from hand tools to large machinery, circuit city aims to provide a comprehensive marketplace for professionals, resellers and consumers in the electrical industry.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottandee/circuit_city.git"
},
"author": "Olayinkascott Andee",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottandee/circuit_city/issues"
},
"homepage": "https://github.com/scottandee/circuit_city#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"nodemon": "^3.1.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.1.0",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"mongod": "^2.0.0",
"mongoose": "^8.2.2",
"multer": "^1.4.5-lts.1",
"qs": "^6.12.0"
}
}