-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 978 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 978 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
37
38
39
40
41
42
43
44
{
"name": "@imogenlabs/operator-kit",
"version": "0.1.0",
"description": "AI operator scaffold for OpenClaw — identity, memory, instincts, cron, and agent architecture in one install",
"type": "module",
"main": "index.ts",
"license": "MIT",
"author": "ImogenLabs <michael@mjashley.com>",
"keywords": [
"openclaw",
"openclaw-plugin",
"ai-operator",
"agent-scaffold",
"memory-system",
"instincts"
],
"files": [
"index.ts",
"src/**/*.ts",
"templates/**/*",
"openclaw.plugin.json",
"README.md",
"LICENSE"
],
"dependencies": {
"@sinclair/typebox": "0.34.48"
},
"peerDependencies": {
"openclaw": "*"
},
"publishConfig": {
"access": "public"
},
"openclaw": {
"extensions": [
"./index.ts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/smashingtags/operator-kit.git"
},
"homepage": "https://github.com/smashingtags/operator-kit#readme"
}