Files
pokemon/package.json

23 lines
434 B
JSON
Raw Normal View History

2026-02-07 13:36:51 -05:00
{
"name": "pokemon",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2026-02-07 14:02:03 -05:00
"astro": "^5.17.1",
"dotenv": "^17.2.4",
"drizzle-orm": "^0.45.1",
"mysql2": "^3.16.3"
},
"devDependencies": {
"@types/node": "^25.2.1",
"drizzle-kit": "^0.31.8",
"typescript": "^5.9.3"
2026-02-07 13:36:51 -05:00
}
2026-02-07 14:02:03 -05:00
}