ts-graphviz
Advanced tools
Comparing version 0.0.0-pr956-20240225073457 to 0.0.0-pr956-20240225091623
{ | ||
"name": "ts-graphviz", | ||
"version": "0.0.0-pr956-20240225073457", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
"version": "0.0.0-pr956-20240225091623", | ||
"description": "Graphviz library for TypeScript.", | ||
"homepage": "https://ts-graphviz.github.io/ts-graphviz/", | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ts-graphviz/ts-graphviz.git", | ||
"directory": "packages/ts-graphviz" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"keywords": [ | ||
@@ -21,18 +9,24 @@ "graphviz", | ||
], | ||
"homepage": "https://ts-graphviz.github.io/ts-graphviz/", | ||
"bugs": { | ||
"url": "https://github.com/ts-graphviz/ts-graphviz/issues" | ||
}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/ts-graphviz" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ts-graphviz/ts-graphviz.git", | ||
"directory": "packages/ts-graphviz" | ||
}, | ||
"files": [ | ||
"lib", | ||
"media", | ||
"README.md", | ||
"LICENSE" | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/ts-graphviz" | ||
}, | ||
{ | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/ts-graphviz" | ||
} | ||
], | ||
"main": "./lib/ts-graphviz.cjs", | ||
"module": "./lib/ts-graphviz.js", | ||
"types": "lib/ts-graphviz.d.ts", | ||
"license": "MIT", | ||
"author": "kamiazya <yuki@kamiazya.tech>", | ||
"type": "module", | ||
"exports": { | ||
@@ -61,12 +55,17 @@ ".": { | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"runkitExampleFilename": "example/runkit.cjs", | ||
"main": "./lib/ts-graphviz.cjs", | ||
"module": "./lib/ts-graphviz.js", | ||
"types": "lib/ts-graphviz.d.ts", | ||
"files": [ | ||
"lib", | ||
"media", | ||
"README.md", | ||
"CHANGELOG.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"@ts-graphviz/adapter": "^0.0.0-pr956-20240225073457", | ||
"@ts-graphviz/ast": "^0.0.0-pr956-20240225073457", | ||
"@ts-graphviz/core": "^0.0.0-pr956-20240225073457", | ||
"@ts-graphviz/common": "^0.0.0-pr956-20240225073457" | ||
"@ts-graphviz/adapter": "^0.0.0-pr956-20240225091623", | ||
"@ts-graphviz/ast": "^0.0.0-pr956-20240225091623", | ||
"@ts-graphviz/common": "^0.0.0-pr956-20240225091623", | ||
"@ts-graphviz/core": "^0.0.0-pr956-20240225091623" | ||
}, | ||
@@ -80,2 +79,10 @@ "devDependencies": { | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
"runkitExampleFilename": "example/runkit.cjs", | ||
"scripts": { | ||
@@ -82,0 +89,0 @@ "build": "vite build" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38740
20