{ "name": "@hibas123/logging", "version": "1.1.1", "description": "", "main": "out/index.js", "types": "out/index.d.ts", "scripts": { "prepublish": "tsc", "build": "tsc", "watch-ts": "tsc --watch", "watch-js": "nodemon out/test.js", "watch": "concurrently npm:watch-*", "test": "node out/test.js" }, "repository": { "type": "git", "url": "https://git.stamm.me/OpenServer/Logging.git" }, "author": "Fabian Stamm", "license": "MIT", "devDependencies": { "concurrently": "^4.1.0", "nodemon": "^1.18.10", "typescript": "^3.3.4000" }, "dependencies": { "@hibas123/utils": "^2.0.2" } }