{ "name": "@sapphirecode/graphviz-builder", "main": "dist/lib/index.js", "version": "1.3.3", "author": { "name": "Timo Hocker", "email": "timo@scode.ovh" }, "bugs": "https://redmine.scode.ovh/projects/graphviz-builder", "description": "constructing graphviz files using an easy typescript interface", "repository": { "type": "git", "url": "https://git.scode.ovh:timo/graphviz-builder.git" }, "license": "MIT", "devDependencies": { "@ava/typescript": "^1.1.1", "@sapphirecode/eslint-config-ts": "^1.1.4", "ava": "^3.8.2", "eslint": "^7.0.0", "nyc": "^15.0.1", "typescript": "^4.0.2" }, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "test": "tsc && nyc ava", "compile": "tsc" }, "files": [ "/dist/lib/", "LICENSE" ], "dependencies": { "@sapphirecode/encoding-helper": "^1.0.38" }, "keywords": [ "graphviz", "generator" ] }