@ts-graphviz/common
Advanced tools
Comparing version 0.0.0-pr956-20240225073457 to 0.0.0-pr956-20240225091623
# @ts-graphviz/common | ||
## 0.0.0-pr956-20240225073457 | ||
## 0.0.0-pr956-20240225091623 | ||
@@ -5,0 +5,0 @@ ### Major Changes |
{ | ||
"name": "@ts-graphviz/common", | ||
"version": "0.0.0-pr956-20240225073457", | ||
"version": "0.0.0-pr956-20240225091623", | ||
"description": "", | ||
"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", | ||
"main": "lib/common.cjs", | ||
"module": "lib/common.js", | ||
"types": "lib/common.d.ts", | ||
"exports": { | ||
@@ -22,7 +44,19 @@ ".": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ts-graphviz/ts-graphviz.git", | ||
"directory": "packages/common" | ||
"main": "lib/common.cjs", | ||
"module": "lib/common.js", | ||
"types": "lib/common.d.ts", | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"CHANGELOG.md", | ||
"LICENSE" | ||
], | ||
"devDependencies": { | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.3", | ||
"vite-plugin-dts": "^3.7.2" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
@@ -32,13 +66,2 @@ "access": "public", | ||
}, | ||
"author": "Yuki Yamazaki <yuki@kamiazya.tech>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ts-graphviz/ts-graphviz/issues" | ||
}, | ||
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme", | ||
"devDependencies": { | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.3", | ||
"vite-plugin-dts": "^3.7.2" | ||
}, | ||
"scripts": { | ||
@@ -45,0 +68,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
207978
7
4031