-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"dependencies": {
"@babel/core": "^7.26.0",
"bcrypt": "^5.1.0",
"chai-http": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.2",
"supertest": "^7.0.0",
"validator": "^13.7.0"
},
"engines": {
"node": "^20.17.0",
"npm": "^10.8.2"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "yarn mocha --timeout 10000",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,json,md}'"
},
"name": "motoclub-connect-backend",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"chai": "^5.1.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"mocha": "^10.8.0",
"prettier": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgglenn150/motoclub-connect-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rgglenn150/motoclub-connect-backend/issues"
},
"homepage": "https://github.com/rgglenn150/motoclub-connect-backend#readme",
"description": ""
}