UNPKG

constyle

Version:

A simple and performant console styling library for Node.js

33 lines 742 B
{ "name": "constyle", "version": "1.0.0", "description": "A simple and performant console styling library for Node.js", "main": "src/cjs/constyle.js", "type": "commonjs", "exports": { ".": { "require": "./src/cjs/constyle.js", "import": "./src/esm/constyle.mjs" } }, "keywords": [ "constyle", "styler", "color-format", "javascript", "library", "api", "unified", "development" ], "author": "Koushik <iscordian.dev@gmail.com>", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/OpenDevsFlow/ConStyle.git" }, "homepage": "https://github.com/OpenDevsFlow/ConStyle", "devDependencies": { "@types/node": "^22.9.0" } }