{ "name": "trmclr", "version": "1.0.0", "description": "Terminal colors but easier", "main": "index.js", "types": "index.d.ts", "files": [ "index.js" ], "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", "scripts": { "build": "tsc", "lint": "eslint index.js" }, "devDependencies": { "@garraflavatra/yeslint": "^1.2.0", "@types/node": "^22.1.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "eslint": "^8.57.0", "typescript": "^5.5.4" }, "eslintConfig": { "extends": "./node_modules/@garraflavatra/yeslint/configs/generic.js", "parserOptions": { "sourceType": "module" } } }