mirror of
https://github.com/nasa/openmct.git
synced 2025-06-10 19:31:42 +00:00
chore(package.json): add fields (#6971)
Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
parent
0a497483f2
commit
9ece4e55dc
11
package.json
11
package.json
@ -111,6 +111,7 @@
|
|||||||
"cov:unit:publish": "codecov --disable=gcov -f ./coverage/unit/lcov.info -F unit",
|
"cov:unit:publish": "codecov --disable=gcov -f ./coverage/unit/lcov.info -F unit",
|
||||||
"prepare": "npm run build:prod && npx tsc"
|
"prepare": "npm run build:prod && npx tsc"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://nasa.github.io/openmct",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nasa/openmct.git"
|
"url": "https://github.com/nasa/openmct.git"
|
||||||
@ -126,6 +127,12 @@
|
|||||||
"ios_saf >= 16",
|
"ios_saf >= 16",
|
||||||
"Safari >= 16"
|
"Safari >= 16"
|
||||||
],
|
],
|
||||||
"author": "National Aeronautics and Space Administration",
|
"author": {
|
||||||
"license": "Apache-2.0"
|
"name": "National Aeronautics and Space Administration",
|
||||||
|
"url": "https://www.nasa.gov"
|
||||||
|
},
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"keywords": [
|
||||||
|
"nasa"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user