beatmatchr/frontend/package.json
2025-11-10 16:16:08 -05:00

10 lines
200 B
JSON

{
"name": "beatmatchr-frontend",
"version": "0.1.0",
"private": true,
"description": "Simple development server for the beatmatchr frontend.",
"scripts": {
"dev": "node server.js"
}
}