booger_quest/package.json
Jason McPheron ca49b0546d 🤖 Plandex → apply pending changes
✏️  Initialize Node.js project with Express server and basic HTML page
2024-04-21 09:34:43 -07:00

14 lines
321 B
JSON

{
"name": "nodejs-timer-game",
"version": "1.0.0",
"description": "A simple Node.js project to understand Node.js and npm with an interactive timer game.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Jason",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}