41 lines
926 B
JSON
41 lines
926 B
JSON
{
|
|
"name": "@hangman-lab/dirigent",
|
|
"version": "0.3.0",
|
|
"description": "Dirigent - Rule-based no-reply gate with provider/model override and turn management for OpenClaw",
|
|
"type": "module",
|
|
"files": [
|
|
"dist/",
|
|
"plugin/",
|
|
"no-reply-api/",
|
|
|
|
"docs/",
|
|
"scripts/install.mjs",
|
|
"docker-compose.yml",
|
|
"Makefile",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"TASKLIST.md"
|
|
],
|
|
"scripts": {
|
|
"prepare": "mkdir -p dist/dirigent && cp -r plugin/* dist/dirigent/",
|
|
"postinstall": "node scripts/install.mjs --install",
|
|
"uninstall": "node scripts/install.mjs --uninstall",
|
|
"update": "node scripts/install.mjs --update"
|
|
},
|
|
"keywords": [
|
|
"openclaw",
|
|
"plugin",
|
|
"discord",
|
|
"moderation",
|
|
"turn-management"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.hangman-lab.top/nav/Dirigent.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|