Files
pfannkuchen/package.json
T
fvjr156 e6172ebf4f init
2026-05-31 18:28:15 +08:00

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"
}
}