UNPKG

rehype-smiles

Version:

rehype plugin wich convert SMILES molecule to SVG

42 lines (41 loc) 854 B
{ "name": "rehype-smiles", "version": "1.0.3", "description": "rehype plugin wich convert SMILES molecule to SVG", "license": "MIT", "keywords": [ "unified", "remark", "rehype", "rehype-plugin", "plugin", "mdast", "markdown", "hast", "html", "SMILES", "molecule", "chemical", "latex", "tex" ], "repository": "https://github.com/Drulac/rehype-smiles", "bugs": "https://github.com/Drulac/rehype-smiles/issues", "files": [ "index.js", "types/index.d.ts" ], "main": "index.js", "types": "types/index.d.ts", "dependencies": { "hast-util-to-text": "^2.0.0", "openchemlib": "^7.2.3", "remark-smiles": "^1.0.1", "rehype-parse": "^7.0.1", "unified": "^9.2.0", "unist-util-visit": "^2.0.3" }, "scripts": { "test-types": "dtslint types" } }