{ "name": "nanocolors", "version": "0.1.12", "description": "2x times faster than chalk and use 5x less space in node_modules", "keywords": [ "color", "colors", "ansi", "cli", "console", "terminal", "chalk" ], "author": "Andrey Sitnik ", "license": "MIT", "repository": "ai/nanocolors", "sideEffects": false, "type": "module", "types": "./index.d.ts", "browser": { "./index.js": "./index.browser.js", "./index.cjs": "./index.browser.cjs" }, "main": "index.cjs", "module": "index.js", "exports": { ".": { "browser": "./index.browser.js", "require": "./index.cjs", "import": "./index.js", "default": "./index.js" }, "./package.json": "./package.json" } }