@yfiles/vsdx-export
Version:
A placeholder package that helps you download and install the Vsdx Export addon for yFiles for HTML.
48 lines (47 loc) • 866 B
JSON
{
"name": "@yfiles/vsdx-export",
"version": "0.9.0",
"description": "A placeholder package that helps you download and install the Vsdx Export addon for yFiles for HTML.",
"main": "index.js",
"scripts": {
"info": "node info.js",
"install": "npm run info"
},
"author": "yWorks Support Team <yfileshtml@yworks.com>",
"license": "MIT",
"private": false,
"dependencies": {
"kleur": "^4.1.5",
"open": "^7.4.2"
},
"keywords": [
"yfiles",
"vsdx-export",
"vsdx",
"vssx",
"vsd",
"visio",
"stencil",
"export",
"javascript",
"typescript",
"diagramming",
"diagrams",
"diagram",
"graph",
"graphs",
"networks",
"visualization",
"stub",
"library",
"framework",
"rendering",
"svg",
"html"
],
"files": [
"*",
"!*.tgz",
"!.npmrc"
]
}