@ts-graphviz/core
Version:
Graphviz Models for Object-Oriented Programming
62 lines • 1.4 kB
JSON
{
"name": "@ts-graphviz/core",
"version": "3.0.7",
"description": "Graphviz Models for Object-Oriented Programming",
"keywords": [
"graphviz",
"dot"
],
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme",
"bugs": {
"url": "https://github.com/ts-graphviz/ts-graphviz/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ts-graphviz/ts-graphviz.git",
"directory": "packages/core"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ts-graphviz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/ts-graphviz"
}
],
"license": "MIT",
"author": "Yuki Yamazaki <yuki@kamiazya.tech>",
"type": "module",
"exports": {
".": {
"types": "./lib/core.d.ts",
"default": "./lib/core.js"
},
"./register-default": {
"default": "./lib/register-default.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@ts-graphviz/ast": "^3.0.6",
"@ts-graphviz/common": "^3.0.5"
},
"devDependencies": {
"typescript": "^5.8.2",
"vite": "^7.2.2",
"vite-plugin-dts": "^4.5.3"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "vite build"
},
"module": "lib/core.js",
"types": "lib/core.d.ts"
}