{ "name": "@sapphirecode/graphviz-builder", "main": "dist/lib/index.js", "author": "Timo Hocker ", "license": "MIT", "devDependencies": { "@ava/typescript": "^1.1.1", "@sapphirecode/eslint-config-ts": "^1.0.22", "ava": "^3.7.1", "eslint": "^6.8.0", "nyc": "^15.0.1", "typescript": "^3.8.3" }, "scripts": { "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "test": "tsc && nyc ava", "ci": "yarn && node jenkins.js", "compile": "tsc" }, "files": [ "/dist/lib/", "LICENSE" ], "dependencies": { "@sapphirecode/encoding-helper": "^1.0.21" } }