Files
logger/package.json
T
minori 0a54e1f82e
Node.js CI / CI (pull_request) Successful in 26s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m23s
deps: update @types/node to 25.2.3
2026-02-20 07:03:05 -08:00

32 lines
911 B
JSON

{
"name": "@nhcarrigan/logger",
"version": "1.1.1",
"description": "Our custom logging package, which pipes logs to our alerts server.",
"type": "module",
"main": "prod/index.js",
"scripts": {
"prepublish": "pnpm lint && pnpm build",
"lint": "eslint src --max-warnings 0",
"build": "rm -rf prod && tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://git.nhcarrigan.com/nhcarrigan/logger.git"
},
"keywords": [],
"author": "",
"license": "See license in LICENSE.md",
"bugs": {
"url": "https://git.nhcarrigan.com/nhcarrigan/logger/issues"
},
"homepage": "https://git.nhcarrigan.com/nhcarrigan/logger",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.1.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "25.2.3",
"eslint": "9.20.0",
"typescript": "5.7.3"
}
}