Add some description to package.json

This commit is contained in:
Chandler Swift 2026-01-19 09:45:49 -06:00
parent ca7e441b0f
commit e905afc015
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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",