forked from mlx-node/mlx-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 799 Bytes
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
{
"name": "@mlx-node/cli",
"version": "0.0.7",
"homepage": "https://github.com/mlx-node/mlx-node",
"bugs": {
"url": "https://github.com/mlx-node/mlx-node/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mlx-node/mlx-node.git",
"directory": "packages/cli"
},
"bin": {
"mlx": "./dist/cli.js"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "tsc -b"
},
"dependencies": {
"@huggingface/hub": "^2.11.0",
"@inquirer/prompts": "^8.4.1",
"@mlx-node/core": "workspace:*",
"@mlx-node/lm": "workspace:*",
"@mlx-node/privacy": "workspace:*",
"@mlx-node/server": "workspace:*",
"@napi-rs/keyring": "^1.2.0"
},
"devDependencies": {
"@types/node": "^25.6.0"
}
}