UNPKG

@toruslabs/loglevel-sentry

Version:

A package to allow logging and monitoring with sentry

78 lines (77 loc) 2.1 kB
{ "name": "@toruslabs/loglevel-sentry", "version": "9.0.0", "description": "A package to allow logging and monitoring with sentry", "main": "dist/lib.cjs/index.js", "module": "dist/lib.esm/index.js", "unpkg": "dist/lib.esm/index.js", "jsdelivr": "dist/lib.esm/index.js", "types": "dist/lib.cjs/types/index.d.ts", "sideEffects": false, "scripts": { "start": "torus-scripts start", "build": "torus-scripts build", "release": "torus-scripts release", "lint": "torus-scripts lint", "prepack": "npm run build", "test:node": "vitest run --config ./test/configs/node.config.mts --coverage", "test:browsers": "vitest run --config ./test/configs/browsers.config.mts --coverage", "test": "npm run test:node && npm run test:browsers", "prepare": "husky" }, "files": [ "dist" ], "peerDependencies": { "@babel/runtime": "^7.x" }, "dependencies": { "loglevel": "^1.9.2", "@sentry/core": "^10.38.0" }, "devDependencies": { "@sentry/browser": "^10.38.0", "@sentry/node": "^10.38.0", "@toruslabs/config": "^4.0.0", "@toruslabs/eslint-config-typescript": "^5.0.0", "@toruslabs/torus-scripts": "^8.0.0", "@vitest/browser-playwright": "^4.0.17", "@vitest/coverage-istanbul": "^4.0.17", "cross-env": "^10.1.0", "eslint": "^9.39.2", "husky": "^9.1.7", "lint-staged": "^16.2.7", "playwright": "^1.58.1", "prettier": "^3.8.1", "typescript": "^5.9.3", "vitest": "^4.0.17" }, "author": "Torus Labs", "repository": { "type": "git", "url": "git+https://github.com/torusresearch/loglevel-sentry.git" }, "lint-staged": { "*.{ts,js}": [ "eslint --cache --fix", "prettier --write" ], "*.{json}": [ "prettier --write" ] }, "keywords": [ "loglevel", "sentry", "torus" ], "license": "MIT", "bugs": { "url": "https://github.com/torusresearch/loglevel-sentry/issues" }, "homepage": "https://github.com/torusresearch/loglevel-sentry#readme", "engines": { "node": ">=22.x", "npm": ">=10.x" } }