Files
lms-cli/package.json
Neil Mehta 8562f17e9a Add @types/react to devDependencies (#498)
* Add @types/react to devDependencies

Declare the React type declarations explicitly so TypeScript builds are
deterministic in CI and do not depend on optional peer auto-install behavior.

* Update to 19.2.0
2026-03-09 15:12:48 -04:00

61 lines
1.7 KiB
JSON

{
"name": "@lmstudio/lms-cli",
"version": "0.3.43",
"description": "LM Studio CLI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "shx rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"format": "prettier --write .",
"postinstall": "patch-package"
},
"engines": {
"node": "^22.21.1",
"npm": ">=8"
},
"author": "LM Studio <team@lmstudio.ai> (https://lmstudio.ai)",
"license": "MIT",
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@inquirer/prompts": "^8.0.1",
"@lmstudio/immer-with-plugins": "^10.1.1",
"@lmstudio/lms-common": "^0.8.9",
"@lmstudio/lms-common-server": "^0.2.18",
"@lmstudio/lms-es-plugin-runner": "^0.0.20",
"@lmstudio/lms-isomorphic": "^0.4.6",
"@lmstudio/lms-lmstudio": "^0.0.32",
"@lmstudio/sdk": "^1.5.0",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
"fast-glob": "^3.3.2",
"fuzzy": "^0.1.3",
"ink": "^6.5.1",
"react": "^19.2.0",
"tar": "7.5.2",
"yaml": "^2.7.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/columnify": "^1.5.4",
"@types/node": "^20.12.5",
"@types/react": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"patch-package": "^8.0.0",
"prettier": "^3.2.5",
"react-devtools-core": "^7.0.1",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"gitHead": "d95ce2feb067b4eec446c673155631ee1734e982"
}