booger_quest/package.json
Jason McPheron e31ad10ba6 🤖 Plandex → apply pending changes
✏️  Revamp site with zany theme
2024-04-21 09:53:37 -07:00

14 lines
331 B
JSON

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