-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "prodigy-path-server",
"version": "1.0.0",
"description": "The backend for Prodigy Path",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js",
"test-watch": "NODE_ENV=test jest --verbose --coverage --watchAll",
"test": "NODE_ENV=test jest --verbose --coverage --detectOpenHandles",
"lint": "eslint **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rick-Corp/Prodigy-Path-Server.git"
},
"keywords": [
"express"
],
"author": "Lewis Benson",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rick-Corp/Prodigy-Path-Server/issues"
},
"homepage": "https://github.com/Rick-Corp/Prodigy-Path-Server#readme",
"dependencies": {
"base-64": "^1.0.0",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"install": "^0.13.0",
"jest": "^29.4.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.0",
"npm": "^9.4.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"supertest": "^6.3.3"
}
}