{ "name": "trmclr", "version": "1.0.0", "description": "Terminal colors but easier", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "tsup src/index.ts --format cjs --dts" }, "repository": { "type": "git", "url": "git+https://github.com/garraflavatra/trmclr.git" }, "keywords": [ "color", "colors", "terminal", "console" ], "author": "Romein van Buren ", "license": "MIT", "bugs": { "url": "https://github.com/garraflavatra/trmclr/issues" }, "homepage": "https://github.com/garraflavatra/trmclr#readme", "devDependencies": { "@types/node": "^18.8.3", "tsup": "^6.2.3", "typescript": "^4.8.4" } }