/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/agent-event-protocol/package.json
43 строки
957 B
Adam Chmara
refactor(js): move conversation projection into @novu/js fixes NV-8572 (#12298)
10 авг 2026, 18:22
Не верифицирован
10 авг 2026, 18:22
0c3ef11
Код
Авторство
О чём код?
{ "name": "@novu/agent-event-protocol", "version": "0.0.1", "private": true, "description": "AgentEvent wire protocol types and runtime guards (private workspace package).", "main": "./dist/cjs/index.cjs", "types": "./dist/cjs/index.d.cts", "module": "./dist/esm/index.js", "type": "module", "sideEffects": false, "files": [ "dist" ], "exports": { ".": { "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } } }, "scripts": { "build": "tsup", "lint": "biome lint .", "test": "vitest run --passWithNoTests", "test:watch": "vitest --passWithNoTests" }, "dependencies": {}, "devDependencies": { "tsup": "^8.0.2", "typescript": "5.6.2", "vitest": "^4.1.0" }, "nx": { "tags": [ "type:package" ] } }