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.
20 lines (19 loc) • 479 B
JSON
{
"name": "@nlux/highlighter",
"version": "{versions.nlux}",
"license": "MPL-2.0",
"description": "Syntax highlighter for nlux",
"repository": {
"directory": "packages/extra/highlighter"
},
"dependencies": {
"@nlux/core": "{versions.nlux}",
"highlight.js": "^{versions.dependencies.highlightJs}"
},
"peerDependencies": {
},
"main": "index.js",
"types": "highlighter.d.ts",
"module": "esm/highlighter.js",
"browser": "umd/highlighter.js"
}