Skip to content

Commit

Permalink
chore(viewer): add author, keyword, repo, license info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Jun 26, 2023
1 parent b8389ce commit db681e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion libs/insight-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "@lunit/insight-viewer",
"version": "7.0.0",
"description": "cornerstone 라이브러리를 기반으로 Dicom Image를 다루기 위한 여러 Component들을 제공한다.",
"author": "Lunit",
"keywords": [
"react",
"dicom",
"viewer",
"cornerstone"
],
"repository": "github:lunit-io/insight-viewer",
"license": "MIT",
"description": "Based on the cornerstone library, it provides several components for handling Dicom images",
"dependencies": {
"polylabel": "^1.1.0"
},
Expand Down

0 comments on commit db681e0

Please sign in to comment.