Additional fields for package.json

This commit is contained in:
Rene Saarsoo 2020-10-04 15:16:25 +03:00
parent 98ad7d1f62
commit 9c525c1a7f
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
"name": "workout-editor",
"version": "0.1.0",
"private": true,
"description": "Online editor for zwift workouts",
"author": "Rene Saarsoo <github@triin.net>",
"repository": {
"type" : "git",
"url" : "https://github.com/nene/workout-editor.git"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",