-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 921 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
36
37
38
39
40
{
"name": "DailyTaskPlanner",
"version": "1.0.0",
"description": "Planning tasks",
"main": "server.js",
"scripts": {
"test": "mocha --timeout 10000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElyasYassin/Daily-Task-Planner-API.git"
},
"keywords": [
"Movie"
],
"author": "Elyas Larfi",
"bugs": {
"url": "https://github.com/ElyasYassin/Daily-Task-Planner-API.git"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"http": "0.0.1-security",
"jsonwebtoken": "^9.0.0",
"mongoose": "^5.11.18",
"openai": "^4.38.5",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"chai": "^4.3.0",
"chai-http": "^4.3.0",
"mocha": "^10.2.0"
}
}