-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.08 KB
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
{
"name": "@hainrixz/enpoint-agentkit",
"version": "0.1.0",
"description": "Endpoint Agent Kit — toolkit/agente para detectar tu stack, exponer un endpoint REST read-only y (perfil civico) generar la propuesta de registro para la red de personas desaparecidas. Funciona igual con Claude, Codex, Cursor o sin agente.",
"type": "module",
"bin": {
"endpoint": "bin/endpoint.mjs"
},
"engines": {
"node": ">=20"
},
"scripts": {
"build": "node core/lib/codegen.mjs",
"audit": "node core/audit.mjs",
"test": "node core/audit.mjs"
},
"keywords": [
"endpoint", "api", "openapi", "rest", "claude", "codex", "cursor",
"agent-skill", "personas-desaparecidas", "venezuela", "civic-data",
"indexedrecord", "propuesta", "field-mapping", "agentkit"
],
"files": [
"bin/", "core/", "adapters/", "profiles/", "agents/", "templates/", "fixtures/",
"README.md", "AUDIT.md", "LICENSE"
],
"license": "MIT",
"author": "Hainrixz",
"repository": {
"type": "git",
"url": "git+https://github.com/Hainrixz/enpoint-agentkit.git"
},
"dependencies": {}
}