-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 926 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 926 Bytes
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
{
"name": "features-requests",
"version": "1.0.0",
"description": "Its a demo project for the Interview of Authlab",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkmElias/Features-Requests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AkmElias/Features-Requests/issues"
},
"homepage": "https://github.com/AkmElias/Features-Requests#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.9",
"multer": "^1.4.3",
"nodemon": "^2.0.13",
"react-modal": "^3.14.3",
"uuid4": "^2.0.2"
}
}