UNPKG

nestjs-rollbar

Version:
50 lines (49 loc) 1.16 kB
{ "name": "nestjs-rollbar", "version": "3.0.0", "description": "Rollbar Module for NestJS", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepare": "tsc -p tsconfig.json", "test": "jest --config e2e/jest-e2e.json --runInBand" }, "author": "Anton Larichev <antonlarichev@gmail.com>", "keywords": [ "rollbar", "typescript", "nodejs", "nestjs" ], "repository": { "type": "git", "url": "https://github.com/AlariCode/nestjs-rollbar" }, "license": "MIT", "bugs": { "url": "https://github.com/AlariCode/nestjs-rollbar/issues" }, "homepage": "https://github.com/AlariCode/nestjs-rollbar", "dependencies": { "rollbar": "^2.26.1" }, "devDependencies": { "@nestjs/common": "^10.0.2", "@nestjs/core": "^10.0.2", "@nestjs/platform-express": "^10.0.2", "@nestjs/testing": "^10.0.2", "@types/jest": "^29.5.1", "@types/supertest": "^2.0.12", "jest": "^29.5.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.0", "supertest": "^6.3.3", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tslint": "^6.1.3", "typescript": "^5.0.4" }, "peerDependencies": { "@nestjs/common": "^10.0.0" } }