diff --git a/package.json b/package.json index 19a622e9..2c44d201 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "webdashers-client", - "version": "1.0.0", - "scripts": { - "start": "npx serve ." - } + "name": "webdashers-client", + "version": "1.0.0", + "description": "Web Dashers is a fan-made browser mod of the Geometry Dash Web Demo. It features the main levels, a built-in level creator, and a level search to play online levels. The project is actively in development, with more features and updates planned.", + "scripts": { + "start": "npx serve ." + } }