Small package.json tweaks
This commit is contained in:
parent
d11fd3d3a8
commit
282c97811e
11
package.json
11
package.json
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user