slf-sentry
Version:
Surikat Log Facade, sentry driver
59 lines (58 loc) • 1.69 kB
JSON
{
"name": "slf-sentry",
"version": "2.4.0",
"description": "Surikat Log Facade, sentry driver",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --colors",
"test:watch": "npm test -- --watch",
"compile": "rimraf lib && concurrently \"npm run compile:src\" \"npm run compile:types\"",
"compile:watch": "rimraf lib && concurrently \"npm run compile:src:watch\" \"npm run compile:types:watch\"",
"compile:src": "swc src --out-dir lib",
"compile:src:watch": "npm run compile:src -- --watch",
"compile:types": "tsc",
"compile:types:watch": "npm run compile:types -- --watch",
"lint": "eslint src --ext .js,.ts",
"format": "prettier --write src",
"prepare": "npm test && npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surikaterna/slf-sentry.git"
},
"keywords": [
"slf",
"logging",
"debug",
"sentry"
],
"author": "Surikaterna",
"license": "MIT",
"bugs": {
"url": "https://github.com/surikaterna/slf-sentry/issues"
},
"homepage": "https://github.com/surikaterna/slf-sentry#readme",
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.248",
"@swc/jest": "^0.2.22",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.15",
"concurrently": "^7.3.0",
"eslint": "^8.23.0",
"eslint-config-surikat": "^4.0.0",
"jest": "^29.0.2",
"prettier": "^2.7.1",
"prettier-config-surikaterna": "^1.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
},
"dependencies": {
"@sentry/node": "^7.120.3"
},
"peerDependencies": {
"slf": "^2.0.3",
"slf-debug": "^0.3.1"
}
}