Add some description to package.json
This commit is contained in:
parent
ca7e441b0f
commit
e905afc015
1 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue