Glitch (tim-walz-fixed-your-bicycle) 367064d00a 🕕🥯 Updated with Glitch
2024-08-12 04:27:05 +00:00

16 lines
276 B
JSON

{
"name": "tim-walz-fixed-your-bicycle",
"version": "1.0.0",
"description": "Tim Walz Fixed Your Bicycle",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1"
},
"engines": {
"node": "18.x"
}
}