Files
komodo/client/core/ts/package.json
Maxwell Becker f5a59b0333 1.16.7 (#167)
* 1.16.7

* increase builder max poll to allow User Data more time to setup periphery

* rework to KOMODO_OIDC_REDIRECT_HOST
2024-10-31 21:06:01 -07:00

20 lines
514 B
JSON

{
"name": "komodo_client",
"version": "1.16.7",
"description": "Komodo client package",
"homepage": "https://komo.do",
"main": "dist/lib.js",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}