{ "name": "@hibas123/nodelogging", "version": "1.3.4", "description": "", "main": "out/index.js", "types": "out/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "node out/test.js", "live": "nodemon out/test.js" }, "repository": { "type": "git", "url": "https://git.stamm.me/PerfCloud/nodelogging.git" }, "author": "Fabian Stamm", "license": "MIT", "devDependencies": { "@types/node": "^8.0.24", "nodemon": "^1.17.4", "typescript": "^2.4.2" } }