Files
Dirigent/package.json

42 lines
998 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/",
"test": "node --test --experimental-strip-types test/**/*.test.ts",
"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"
}
}