{ "name": "gc-parser", "version": "1.0.0", "description": "Super-parser for Nostr event content supporting AsciiDoc, Markdown, code syntax highlighting, LaTeX, musical notation, and nostr: addresses", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "nostr", "parser", "asciidoc", "markdown", "syntax-highlighting", "latex", "music" ], "author": "", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", "highlight.js": "^11.10.0", "marked": "^12.0.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3", "jest": "^29.7.0", "@types/jest": "^29.5.11", "@types/highlight.js": "^10.1.0" } }