From 282c97811e324361e618070a9e6c7205c3f78034 Mon Sep 17 00:00:00 2001 From: Thiago Chaves Date: Sat, 13 Aug 2022 09:42:02 +0300 Subject: [PATCH] Small package.json tweaks --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 6666281..007a3a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,18 @@ { "name": "study-card-tool", + "description": "A tool to practice vocabulary through repetition", "version": "0.1.0", + "homepage": "https://studycardtool.org", "private": true, + "license": "AGPL-3.0-only", + "repository": { + "type": "git", + "url": "https://git.studycardtool.org/tcoh/app" + }, + "author": { + "name": "Thiago Chaves", + "email": "thiago.coh@gmail.com" + }, "scripts": { "start": "react-scripts start", "build": "yarn build:page && yarn build:licenses",