Small package.json tweaks

This commit is contained in:
Thiago Chaves 2022-08-13 09:42:02 +03:00
parent d11fd3d3a8
commit 282c97811e

View File

@ -1,7 +1,18 @@
{ {
"name": "study-card-tool", "name": "study-card-tool",
"description": "A tool to practice vocabulary through repetition",
"version": "0.1.0", "version": "0.1.0",
"homepage": "https://studycardtool.org",
"private": true, "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": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "yarn build:page && yarn build:licenses", "build": "yarn build:page && yarn build:licenses",