graphviz-builder/package.json
Timo Hocker aa1343fedf
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/encoding-helper: 1.0.48 ==> 1.0.49 minor
@sapphirecode/eslint-config-ts: 1.1.20 ==> 1.1.21 minor
2020-07-19 15:10:59 +02:00

40 lines
953 B
JSON

{
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"version": "1.3.1",
"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": "^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"
},
"keywords": [
"graphviz",
"generator"
]
}