{ "name": "@sapphirecode/graphviz-builder", "main": "dist/lib/index.js", "version": "1.2.7", "author": "Timo Hocker ", "description": "constructing graphviz files using an easy typescript interface", "repository": { "type": "git", "url": "git@git.scode.ovh:timo/graphviz-builder" }, "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": "^3.9.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" } }