25 lines
492 B
JSON
25 lines
492 B
JSON
|
|
{
|
||
|
|
"name": "pfannkuchen",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Goal:",
|
||
|
|
"main": "src/server.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"dev": "nodemon start"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://178.128.52.241:3000/fernando/pfannkuchen.git"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"type": "module",
|
||
|
|
"dependencies": {
|
||
|
|
"express": "^5.2.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"nodemon": "^3.1.14"
|
||
|
|
}
|
||
|
|
}
|