-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "@mintplex-labs/anythingllm-hub-cli",
"version": "0.0.5",
"description": "CLI tool for interacting with the AnythingLLM Hub for custom agent skills and data connectors",
"engines": {
"node": ">=16.0.0"
},
"engineStrict": true,
"main": "bin.js",
"bin": {
"anythingllm-hub-cli": "./bin.js"
},
"files": [
"bin.js",
"AnythingLLMStore.js",
"CommunityHubInterface.js",
"utils/*.js"
],
"scripts": {
"test": "echo \"No tests specified\""
},
"keywords": [
"cli",
"anythingllm",
"hub",
"agent",
"skills"
],
"author": "Mintplex Labs",
"license": "MIT",
"dependencies": {
"acorn": "^8.14.0",
"archiver": "^7.0.1",
"input": "^1.0.1",
"node-fetch": "2",
"yargs": "^17.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mintplex-Labs/anythingllm-hub-cli.git"
},
"bugs": {
"url": "https://github.com/Mintplex-Labs/anythingllm-hub-cli/issues"
},
"homepage": "https://github.com/Mintplex-Labs/anythingllm-hub-cli#readme"
}