@viz-js/viz
Version:
WebAssembly build of Graphviz with a simple wrapper for using it on the web
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@viz-js/viz",
"description": "WebAssembly build of Graphviz with a simple wrapper for using it on the web",
"keywords": [
"graphviz",
"emscripten"
],
"version": "3.12.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mdaines/viz-js.git",
"directory": "packages/viz"
},
"license": "MIT",
"types": "types/index.d.ts",
"exports": {
"types": "./types/index.d.ts",
"import": "./lib/viz-standalone.mjs",
"require": "./lib/viz-standalone.js"
},
"main": "lib/viz-standalone.js",
"module": "lib/viz-standalone.mjs",
"files": [
"lib/viz-standalone.js",
"lib/viz-standalone.mjs",
"types/index.d.ts"
],
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.4.1",
"jsdom": "^21.1.1",
"mocha": "^11.1.0",
"rollup": "^3.29.5"
},
"scripts": {
"test": "mocha --include \"test/*.test.mjs\""
}
}