{ "name": "@hibas123/logging", "version": "3.1.0", "description": "", "main": "out/index.js", "types": "out/index.d.ts", "module": "esm/index.js", "scripts": { "prepublishOnly": "npm run build", "build": "tsc && tsc -p tsconfig.esm.json", "test": "tsc && node out/test.js", "postpublish": "denreg publish" }, "repository": { "type": "git", "url": "https://git.stamm.me/OpenServer/Logging.git" }, "author": "Fabian Stamm", "license": "MIT", "files": [ "src/", "out/", "esm/", "tsconfig.json", "readme.md" ], "devDependencies": { "concurrently": "^6.0.2", "nodemon": "^2.0.7", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }