1
Fork 0

Update package.json info.

This commit is contained in:
Bauke 2022-09-29 16:27:24 +02:00
parent 9cd91dc788
commit 37dfcfc1f0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
{
"name": "href-plus",
"version": "0.1.0",
"description": "Song-linking website using MusicBrainz data.",
"license": "GPL-3.0-or-later",
"version": "0.1.0",
"author": "Bauke <me@bauke.xyz>",
"repository": "https://git.bauke.xyz/Bauke/href-plus",
"private": true,
"scripts": {
"start": "vite",
"test": "xo && stylelint 'source/**/*.scss' && tsc",