27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
},
|
|
{
|
|
"type": "Apache-2.0"
|
|
}
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"docs": "node scripts/docs.mjs",
|
|
"docs:serve": "node scripts/serve-docs.mjs"
|
|
},
|
|
"workspaces": [
|
|
"web-viewer",
|
|
"web-viewer-react"
|
|
],
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"devDependencies": {},
|
|
"resolutions": {
|
|
"brace-expansion": "^2.0.3",
|
|
"markdown-it": "^14.1.1",
|
|
"yaml": "^2.8.3"
|
|
}
|
|
}
|