You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
768 B

{
"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"
},
"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"
}
}