|
1
|
{ |
|
2
|
"name": "@conflicthq/scuttlectl", |
|
3
|
"version": "0.0.1", |
|
4
|
"description": "scuttlectl — CLI for managing scuttlebot instances", |
|
5
|
"bin": { |
|
6
|
"scuttlectl": "./bin/scuttlectl.js" |
|
7
|
}, |
|
8
|
"files": [ |
|
9
|
"bin/", |
|
10
|
"README.md" |
|
11
|
], |
|
12
|
"scripts": {}, |
|
13
|
"keywords": ["irc", "agents", "scuttlebot", "ai"], |
|
14
|
"license": "MIT", |
|
15
|
"repository": { |
|
16
|
"type": "git", |
|
17
|
"url": "https://github.com/ConflictHQ/scuttlebot" |
|
18
|
}, |
|
19
|
"dependencies": { |
|
20
|
"tar": "^6.2.1" |
|
21
|
}, |
|
22
|
"engines": { |
|
23
|
"node": ">=18" |
|
24
|
} |
|
25
|
} |
|
26
|
|