graphviz-builder/package.json
Timo Hocker 9c2c95e108
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/encoding-helper: 1.0.46 ==> 1.0.48 minor
@sapphirecode/eslint-config-ts: 1.1.17 ==> 1.1.19 minor
ava: 3.9.0 ==> 3.10.1 minor
eslint: 7.3.1 ==> 7.4.0 minor
typescript: 3.9.5 ==> 3.9.6 minor
2020-07-10 12:35:57 +02:00

32 lines
795 B
JSON

{
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"version": "1.2.8",
"author": "Timo Hocker <timo@scode.ovh>",
"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"
}
}