init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user