-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 915 Bytes
/
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
{
"name": "ryktetgaar",
"version": "1.0.0",
"description": "Ryktet Går på nett",
"nodemonConfig": {
"watch": [
"server.js",
"server/"
]
},
"prettier": {
"tabWidth": 4
},
"private": "true",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jorgen1040/ryktetgaar.git"
},
"author": "Jørgen Ringstad Møglestue <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jorgen1040/ryktetgaar/issues"
},
"homepage": "https://github.com/Jorgen1040/ryktetgaar#readme",
"engines": {
"node": ">=14.x"
},
"dependencies": {
"ejs": "^3.1.7",
"express": "^4.17.3",
"helmet": "^4.6.0",
"morgan": "^1.10.0",
"nanoid": "^3.1.31",
"socket.io": "^4.5.4"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}