UNPKG

modern-api.styledlog

Version:

log content in custom css style based on

37 lines 779 B
{ "name": "modern-api.styledlog", "version": "0.2.0-beta.2", "description": "log content in custom css style based on", "author": "sun0day", "license": "ISC", "main": "./dist/index.cjs", "repository": { "type": "git", "url": "git+https://github.com/sun0day/modern-api.git", "directory": "packages/styled-log" }, "bugs": { "url": "https://github.com/sun0day/modern-api/issues" }, "keywords": [ "modern-api", "web api", "utils", "console.log", "css style" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./*": "./*" }, "files": [ "dist" ], "scripts": { "build": "tsup --config ../../tsup.config.ts" } }