remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
16 lines (15 loc) • 444 B
JSON
{
"name": "@nlux/markdown",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "A lightweight and fast markdown parser used by nlux that can be used to parse markdown text streams into DOM.",
"repository": {
"directory": "packages/extra/markdown"
},
"dependencies": {},
"peerDependencies": {},
"main": "index.js",
"types": "markdown.d.ts",
"module": "esm/markdown.js",
"browser": "umd/markdown.js"
}