-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "skill_sharing_app",
"version": "1.0.0",
"description": "Welcome to the official repository for the Skill-Sharing Community Platform project. \r ## Getting Started: Cloning the Code",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "mocha \"__tests__/**/*.test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashjani/Skill_Sharing_app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ashjani/Skill_Sharing_app/issues"
},
"homepage": "https://github.com/Ashjani/Skill_Sharing_app#readme",
"dependencies": {
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.18.2",
"jsonwebtoken": "^9.0.2",
"method-override": "^3.0.0",
"mongoose": "^8.18.2"
},
"devDependencies": {
"chai": "^6.2.0",
"mocha": "^11.7.2",
"mongodb-memory-server": "^10.2.1",
"nodemon": "^3.1.10",
"sinon": "^21.0.0",
"supertest": "^7.1.4"
}
}