/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/internal-sdk/examples/package.json
18 строк
407 B
Dima Grossman
chore(root): sdk gen version update for latest internal sdk changes (#10651)
10 апр 2026, 16:36
Не верифицирован
10 апр 2026, 16:36
b5e0674
Код
Авторство
О чём код?
{ "name": "@novu/api-examples", "version": "1.0.0", "private": true, "scripts": { "build:parent": "cd .. && npm i && npm run build && cd -", "build:examples": "npm i", "build": "npm run build:parent && npm run build:examples" }, "devDependencies": { "@types/node": "^20.0.0", "dotenv": "^16.4.5", "tsx": "^4.19.2" }, "dependencies": { "@novu/api": "file:.." } }