10 lines
200 B
JSON
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"
|
|
}
|
|
}
|