Skip to content

Commit d48240c

Browse files
authored
fix (#23)
1 parent 7a5c810 commit d48240c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@duck4i/llama",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Native Node.JS plugin to run LLAMA inference directly on your machine with no other dependencies. ",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -48,6 +48,10 @@
4848
"cmake-js": "^7.3.0",
4949
"node-addon-api": "^8.3.0"
5050
},
51+
"peerDependencies": {
52+
"commander": "^13.0.0",
53+
"axios": "^1.7.9"
54+
},
5155
"devDependencies": {
5256
"@types/commander": "^2.12.5",
5357
"@types/jest": "^29.5.14",

0 commit comments

Comments
 (0)