{ "name": "@hibas123/utils", "version": "2.0.3", "description": "Different Utilities, that are not worth own packages", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prepublishOnly": "tsc", "build": "tsc", "watch-ts": "tsc -w" }, "author": "Fabian Stamm ", "license": "MIT", "repository": { "url": "https://git.stamm.me/OpenServer/Utils.git", "type": "git" }, "devDependencies": { "typescript": "^3.3.3333" }, "files": [ "lib/", "tsconfig.json", "readme.md" ], "private": false }