booger_quest/package.json

15 lines
331 B
JSON
Raw Normal View History

{
"name": "zany-timer-extravaganza",
"version": "1.0.0",
"description": "A zany Node.js project with an interactive timer game featuring a fun and colorful design.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Jason",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}