Skip to content

Commit 9ece4e5

Browse files
chore(package.json): add fields (#6971)
Co-authored-by: John Hill <[email protected]>
1 parent 0a49748 commit 9ece4e5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"cov:unit:publish": "codecov --disable=gcov -f ./coverage/unit/lcov.info -F unit",
112112
"prepare": "npm run build:prod && npx tsc"
113113
},
114+
"homepage": "https://nasa.github.io/openmct",
114115
"repository": {
115116
"type": "git",
116117
"url": "https://github.com/nasa/openmct.git"
@@ -126,6 +127,12 @@
126127
"ios_saf >= 16",
127128
"Safari >= 16"
128129
],
129-
"author": "National Aeronautics and Space Administration",
130-
"license": "Apache-2.0"
130+
"author": {
131+
"name": "National Aeronautics and Space Administration",
132+
"url": "https://www.nasa.gov"
133+
},
134+
"license": "Apache-2.0",
135+
"keywords": [
136+
"nasa"
137+
]
131138
}

0 commit comments

Comments
 (0)