@ts-graphviz/common
Version:
Graphviz Types and Utilities
57 lines • 1.28 kB
JSON
{
"name": "@ts-graphviz/common",
"version": "2.1.5",
"description": "Graphviz Types and Utilities",
"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/common"
},
"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/common.d.ts",
"require": "./lib/common.cjs",
"default": "./lib/common.js"
},
"./package.json": "./package.json"
},
"main": "lib/common.cjs",
"module": "lib/common.js",
"types": "lib/common.d.ts",
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.1"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "vite build"
}
}