UNPKG

@croct/logging

Version:

An interoperability layer for logging libraries.

50 lines (49 loc) 1.19 kB
{ "name": "@croct/logging", "version": "0.2.3", "description": "An interoperability layer for logging libraries.", "author": { "name": "Croct", "email": "lib+logging-js@croct.com", "url": "https://github.com/croct-tech/logging-js" }, "license": "MIT", "keywords": [ "croct", "logging", "logger", "typescript" ], "types": "index.d.ts", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/croct-tech/logging-js.git" }, "bugs": { "url": "https://github.com/croct-tech/logging-js/issues" }, "homepage": "https://github.com/croct-tech/logging-js", "scripts": { "lint": "eslint 'src/**/*.ts'", "test": "jest -c jest.config.js --coverage", "validate": "tsc --noEmit", "build": "tsc -p tsconfig.build.json && cp package.json dist/" }, "devDependencies": { "@croct/eslint-plugin": "^0.7.0", "@types/jest": "^29.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.8", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "files": [ "**/*.js", "**/*.ts" ], "dependencies": { "@croct/json": "^2.0.1" } }