/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/automation/package.json
31 строка
750 B
Dima Grossman
refactor(api-service, worker, ws, dashboard): Novu node 22 upgrade (#10181)
13 мар 2026, 13:52
Не верифицирован
13 мар 2026, 13:52
b374bd8
Код
Авторство
О чём код?
{ "name": "@novu/automation", "version": "2.0.1", "private": true, "license": "MIT", "scripts": { "generate:provider": "pnpm nx g automation:provider", "check": "biome check .", "check:fix": "biome check --write ." }, "dependencies": { "@nx/devkit": "20.1.2" }, "devDependencies": { "@nx/js": "20.1.2", "@swc-node/register": "1.10.10", "@types/jest": "^29.4.0", "@types/node": "^22.0.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "knip": "^5.11.0", "nx": "20.1.2", "ts-jest": "^29.1.0", "typescript": "5.6.2", "verdaccio": "^5.0.4" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "generators": "./generators.json" }