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
|
{
"name": "lyll-ruoka",
"version": "1.0.0",
"description": "Server to serve information about the food shifts and foods in LYLL",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoelHMikael/FoodJS.git"
},
"keywords": [
"food",
"server",
"database",
"school"
],
"author": "Joel Kronqvist",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/JoelHMikael/FoodJS/issues"
},
"homepage": "https://github.com/JoelHMikael/FoodJS#readme",
"dependencies": {
"mysql2": "^2.3.3"
},
"devDependencies": {
"jest": "^27.4.7"
}
}
|