{ "name": "@jdbernard/logging", "version": "1.1.5", "description": "Simple Javascript logging service.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.jdb-software.com/jdb/js-logging.git" }, "keywords": [ "log", "logging" ], "author": "Jonathan Bernard", "license": "GPL-3.0", "devDependencies": { "typescript": "^5.0.4" } }