{ "name": "@hibas123/logging", "version": "2.5.4", "description": "", "main": "out/index.js", "types": "out/index.d.ts", "module": "esm/index.js", "scripts": { "prepublish": "npm run build", "build": "tsc && tsc -p tsconfig.esm.json", "dev": "nodemon -e ts --exec ts-node src/test.ts" }, "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": "^5.3.0", "nodemon": "^2.0.4", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, "dependencies": { "@hibas123/utils": "^2.2.10" } }