Skip to content

Commit 5b2cb6a

Browse files
authored
Bump version to 2.0.0 and update dependencies
Updated the package version and enhanced the description. Added new dependencies for analytics and speed insights.
1 parent a39e462 commit 5b2cb6a

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
{
22
"name": "discord-holiday-agent",
3-
"version": "1.0.0",
4-
"description": "Discord Holiday AI Agent with reliable midnight trigger",
3+
"version": "2.0.0",
4+
"description": "AI-powered Discord holiday announcement bot with dashboard",
55
"main": "agent.js",
66
"scripts": {
77
"start": "node agent.js",
8-
"dev": "nodemon agent.js"
8+
"dev": "node agent.js"
99
},
10-
"keywords": ["discord", "bot", "holidays", "automation"],
11-
"author": "Your Name",
12-
"license": "MIT",
1310
"dependencies": {
14-
"axios": "^1.6.0",
15-
"node-cron": "^3.0.3",
16-
"express": "^4.18.2",
11+
"@vercel/analytics": "^1.6.1",
12+
"@vercel/speed-insights": "^1.3.1",
13+
"axios": "^1.6.2",
1714
"cors": "^2.8.5",
1815
"dotenv": "^16.3.1",
19-
"luxon": "^3.4.4"
20-
},
21-
"devDependencies": {
22-
"nodemon": "^3.0.2"
16+
"express": "^4.18.2",
17+
"luxon": "^3.7.2",
18+
"node-cron": "^3.0.3",
19+
"node-modules": "^0.0.1"
2320
},
24-
"engines": {
25-
"node": ">=18.0.0"
26-
}
21+
"keywords": [
22+
"discord",
23+
"bot",
24+
"ai",
25+
"automation",
26+
"gemini"
27+
],
28+
"author": "Your Name",
29+
"license": "MIT"
2730
}

0 commit comments

Comments
 (0)