forked from joyict/countdown-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 679 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "bolt-hackathon-countdown-game",
"version": "1.0.0",
"description": "Interactive countdown game for Bolt.new Hackathon with competitive leaderboard",
"main": "index.html",
"scripts": {
"dev": "node server.js",
"build": "echo 'No build step required'",
"deploy": "netlify deploy --prod"
},
"dependencies": {
"@neondatabase/serverless": "^0.9.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^4.18.2"
},
"devDependencies": {
"netlify-cli": "^22.4.0"
},
"keywords": [
"game",
"countdown",
"hackathon",
"bolt",
"leaderboard",
"interactive"
],
"author": "Joy ICT",
"license": "MIT"
}