/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/testing/package.json
56 строк
2 KB
cursor[bot]
chore(root): Weekly monorepo dependency updates fixes NV-8144 (#11714)
30 июн 2026, 14:10
Не верифицирован
30 июн 2026, 14:10
3b841f4
Код
Авторство
О чём код?
{ "name": "@novu/testing", "version": "2.0.5", "description": "", "private": true, "scripts": { "start": "npm run start:dev", "afterinstall": "pnpm build", "prebuild": "rimraf dist", "build": "cross-env node_modules/.bin/tsc -p tsconfig.build.json", "build:watch": "cross-env node_modules/.bin/tsc -p tsconfig.build.json -w --preserveWatchOutput", "start:dev": "pnpm build:watch", "precommit": "lint-staged", "check": "biome check .", "check:fix": "biome check --write .", "test": "echo \"no tests yet\"", "test:watch": "" }, "author": "", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@clerk/backend": "^3.4.11", "@clerk/shared": "^4.12.2", "@faker-js/faker": "^6.0.0", "@novu/dal": "workspace:*", "@novu/shared": "workspace:*", "JSONStream": "^1.3.5", "async": "^3.2.0", "axios": "^1.18.1", "bcrypt": "~5.0.0", "bullmq": "^3.10.2", "class-transformer": "0.5.1", "cross-fetch": "^3.0.4", "event-stream": "^4.0.1", "fs-extra": "^9.0.0", "jsonfile": "^6.0.1", "jsonwebtoken": "9.0.3", "reflect-metadata": "0.2.2", "rimraf": "^3.0.2", "shortid": "^2.2.17", "superagent-defaults": "^0.1.14", "supertest": "^7.0.0", "uuid": "^11.1.1" }, "devDependencies": { "@types/async": "^3.2.1", "@types/node": "^22.0.0", "@types/supertest": "^6.0.2", "apollo-boost": "0.4.9", "ts-node": "~10.9.1", "tsconfig-paths": "~4.1.0", "typescript": "5.6.2" } }