UNPKG

@beoe/rehype-gnuplot

Version:
47 lines 1.11 kB
{ "name": "@beoe/rehype-gnuplot", "type": "module", "version": "0.5.0", "description": "rehype gnuplot plugin", "keywords": [ "rehype", "gnuplot" ], "author": "stereobooster", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/stereobooster/beoe.git", "directory": "packages/rehype-gnuplot" }, "sideEffects": false, "homepage": "https://beoe.stereobooster.com/diagrams/gnuplot/", "exports": { "types": "./dist/index.d.js", "default": "./dist/index.js" }, "main": "./dist/index.js", "module": "./dist/index.js", "files": [ "dist" ], "types": "./dist/index.d.js", "dependencies": { "gnuplot-wasm": "^0.1.0", "@beoe/rehype-code-hook": "^0.1.0", "@beoe/rehype-code-hook-img": "^0.4.0" }, "devDependencies": { "@types/hast": "^3.0.4", "rehype-stringify": "^10.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "unified": "^11.0.5" }, "scripts": { "test": "vitest", "build": "rm -rf dist && tsc", "dev": "tsc --watch", "clean": "rm -rf dist" } }