UNPKG

ts-graphviz

Version:
71 lines 1.65 kB
{ "name": "ts-graphviz", "version": "3.0.0", "description": "Graphviz library for TypeScript", "keywords": [ "graphviz", "dot" ], "homepage": "https://ts-graphviz.github.io/ts-graphviz/", "bugs": { "url": "https://github.com/ts-graphviz/ts-graphviz/issues" }, "repository": { "type": "git", "url": "https://github.com/ts-graphviz/ts-graphviz.git", "directory": "packages/ts-graphviz" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/ts-graphviz" }, { "type": "opencollective", "url": "https://opencollective.com/ts-graphviz" } ], "license": "MIT", "author": "kamiazya <yuki@kamiazya.tech>", "sideEffects": true, "type": "module", "exports": { ".": { "types": "./lib/ts-graphviz.d.ts", "default": "./lib/ts-graphviz.js" }, "./ast": { "types": "./lib/ast.d.ts", "default": "./lib/ast.js" }, "./adapter": { "types": "./lib/adapter.d.ts", "default": "./lib/adapter.js" }, "./package.json": "./package.json" }, "dependencies": { "@ts-graphviz/adapter": "^3.0.0", "@ts-graphviz/ast": "^3.0.0", "@ts-graphviz/common": "^3.0.0", "@ts-graphviz/core": "^3.0.0" }, "devDependencies": { "typescript": "^5.8.2", "vite": "^7.0.2", "vite-plugin-dts": "^4.5.3" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public", "provenance": true }, "runkitExampleFilename": "example/runkit.cjs", "scripts": { "build": "vite build" }, "module": "./lib/ts-graphviz.js", "types": "lib/ts-graphviz.d.ts" }