-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
52 lines (52 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@lmstudio/lms-cli",
"version": "0.3.27",
"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 && shx rm -f ./tsconfig.tsbuildinfo",
"postinstall": "patch-package"
},
"author": "LM Studio <[email protected]> (https://lmstudio.ai)",
"license": "Apache-2.0",
"dependencies": {
"@lmstudio/lms-common": "^0.7.3",
"@lmstudio/lms-common-server": "^0.2.3",
"@lmstudio/lms-es-plugin-runner": "^0.0.5",
"@lmstudio/lms-isomorphic": "^0.4.2",
"@lmstudio/lms-lmstudio": "^0.0.17",
"@lmstudio/sdk": "^0.4.2",
"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",
"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": "941995f06f9351b6e6970dc190f89385805cef7f"
}