-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
43
44
{
"name": "cineswipe",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=production node app.js",
"start-dev": "cross-env NODE_ENV=development nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlcrede/cineswipe.git"
},
"keywords": [],
"author": "Carl Christian Hasselbalch & Peter Hartmann",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlcrede/cineswipe/issues"
},
"homepage": "https://github.com/carlcrede/cineswipe#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"compression": "^1.8.0",
"dotenv": "^9.0.2",
"express": "^4.21.2",
"express-rate-limit": "^5.5.1",
"express-session": "^1.18.1",
"express-validator": "^6.15.0",
"helmet": "^4.6.0",
"mongoose": "^5.13.23",
"moviedb-promise": "^3.4.1",
"node-fetch": "^2.7.0",
"pm2": "^5.4.3",
"socket.io": "^4.8.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.57.1"
},
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}