Files
komodo/client/core/ts/package.json
Maxwell Becker 545196d7eb 1.18.3 (#603)
* start 1.18.3 branch

* git::pull will fetch before checkout

* dev-2

* 1.18.3 quick release
2025-06-15 23:45:50 -07:00

21 lines
534 B
JSON

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