graphviz-builder/package.json
Timo Hocker de5810d368
All checks were successful
continuous-integration/drone/push Build is passing
stream: node count
2020-07-17 13:29:03 +02:00

33 lines
796 B
JSON

{
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"version": "1.3.0",
"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"
}
}