-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "tasks-assignment",
"version": "1.0.0",
"description": "��#\u0000 \u0000t\u0000a\u0000s\u0000k\u0000s\u0000-\u0000a\u0000s\u0000s\u0000i\u0000g\u0000n\u0000m\u0000e\u0000n\u0000t\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js -i max",
"test": "jest"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/isBellihi/tasks-assignment.git"
},
"author": "ISMAIL-BELLIHI",
"license": "ISC",
"bugs": {
"url": "https://github.com/isBellihi/tasks-assignment/issues"
},
"homepage": "https://github.com/isBellihi/tasks-assignment#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jest": "^24.9.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.13",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
},
"devDependencies": {
"supertest": "^4.0.2"
}
}