From e905afc0157cf21ae34970f74f0ef85cdd2bcf46 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Mon, 19 Jan 2026 09:45:49 -0600 Subject: [PATCH] Add some description to package.json --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index a5cc356..073444c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,15 @@ "name": "digital-turntable", "private": true, "version": "0.0.0", + "description": "Use a barcode scanner to find, display, and play albums", + "repository": { + "type": "git", + "url": "git+https://git.chandlerswift.com/chandlerswift/digital-turntable.git" + }, + "author": { + "name": "Chandler Swift", + "email": "chandler@chandlerswift.com" + }, "type": "module", "scripts": { "dev": "vite",