UNPKG

@0x1js/highlighter

Version:

Lightweight, beautiful syntax highlighter for JavaScript, TypeScript, and Bash - Production Optimized

45 lines 914 B
{ "name": "@0x1js/highlighter", "version": "0.1.9", "description": "Lightweight, beautiful syntax highlighter for JavaScript, TypeScript, and Bash - Production Optimized", "main": "index.cjs", "module": "index.js", "types": "index.d.ts", "type": "module", "sideEffects": false, "exports": { ".": { "import": "./index.js", "require": "./index.cjs", "types": "./index.d.ts" }, "./styles": { "import": "./styles.css", "require": "./styles.css" } }, "files": [ "dist/", "README.md" ], "keywords": [ "syntax-highlighter", "javascript", "typescript", "bash", "code", "highlighting", "0x1", "react", "production-ready" ], "peerDependencies": { "0x1": "*", "react": "^18.0.0" }, "buildTime": 1749320770425, "browser": { "./index.js": "./index.js", "./styles": "./styles.css" } }