UNPKG

@je-es/format

Version:

A function to format text with ANSI styles, padding, and borders

59 lines (58 loc) 1.21 kB
{ "name": "@je-es/format", "version": "0.0.1", "description": "A function to format text with ANSI styles, padding, and borders", "keywords": [ "je-es", "style", "ansi", "color", "background-color", "attributes", "format", "padding", "border", "alignment", "box", "Maysara_Elshewehy" ], "license": "MIT", "main": "./dist/main.js", "module": "./dist/main.mjs", "types": "./dist/main.d.ts", "files": [ "dist" ], "scripts": { "test": "tsup && jest", "build": "tsup", "start": "tsup && node ./dist/main.js", "dev": "tsup && node ./dev" }, "author": { "name": "Maysara Elshewehy", "email": "maysara.elshewehy@gmail.com" }, "publishConfig": { }, "repository": { "type": "git", "url": "git+https://github.com/je-es/format.git" }, "bugs": { "url": "https://github.com/je-es/format/issues" }, "homepage": "https://github.com/je-es/format#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "dependencies": { "@je-es/ansi": "^1.0.3" } }