/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/notifications/package.json
50 строк
1 KB
github-actions[bot]
🚀 Release v2.13.0 - @novu/framework (#11974)
16 июл 2026, 20:35
Не верифицирован
16 июл 2026, 20:35
877b37b
Код
Авторство
О чём код?
{ "name": "@novu/notifications", "version": "1.0.12", "description": "Novu notification templates and workflows", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", "private": true, "license": "MIT", "keywords": [], "scripts": { "build": "run-p build:*", "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "fix": "run-s fix:*", "check": "biome check .", "check:fix": "biome check --write .", "test": "echo 'Not tests available'", "test:watch": "echo 'Not tests available'", "watch:build": "tsc -p tsconfig.json -w", "reset-hard": "git clean -dfx && git reset --hard && pnpm install", "start:studio": "novu dev --port 3000 --route /v1/bridge/novu" }, "dependencies": { "@react-email/components": "^0.5.1", "@react-email/render": "^1.2.1", "@novu/framework": "workspace:*", "@novu/shared": "workspace:*", "millify": "^6.1.0", "react": "^19.2.3", "react-dom": "^19.2.3", "zod": "^3.23.8" }, "devDependencies": { "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "typescript": "5.6.2", "npm-run-all": "^4.1.5", "novu": "workspace:*" }, "files": [ "build/main", "build/module", "!**/*.spec.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md" ] }