Files
lms-cli/package.json
Ryan Huang cc71ba91bd @Release-54
2025-07-29 17:00:40 -04:00

58 lines
1.6 KiB
JSON

{
"name": "@lmstudio/lms-cli",
"version": "0.3.42",
"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",
"postinstall": "patch-package"
},
"engines": {
"node": "^20.12.2",
"npm": ">=8"
},
"author": "LM Studio <team@lmstudio.ai> (https://lmstudio.ai)",
"license": "Apache-2.0",
"dependencies": {
"@lmstudio/lms-common": "^0.8.8",
"@lmstudio/lms-common-server": "^0.2.17",
"@lmstudio/lms-es-plugin-runner": "^0.0.19",
"@lmstudio/lms-isomorphic": "^0.4.6",
"@lmstudio/lms-lmstudio": "^0.0.31",
"@lmstudio/sdk": "^1.4.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cmd-ts": "^0.13.0",
"columnify": "^1.6.0",
"fast-glob": "^3.3.2",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.6",
"inquirer-autocomplete-prompt": "^2.0.1",
"tar": "^7.0.1",
"yaml": "^2.7.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/columnify": "^1.5.4",
"@types/inquirer": "^9.0.7",
"@types/inquirer-autocomplete-prompt": "^3.0.3",
"@types/node": "^20.12.5",
"@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",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"gitHead": "4215a9a0c13b4e10b983e3523dae11a69058feb1"
}