graphviz-builder/package.json
Timo Hocker 78556c6c98
Some checks failed
continuous-integration/drone/push Build is failing
node shape
2023-03-25 14:12:10 +01:00

44 lines
1.0 KiB
JSON

{
"name": "@sapphirecode/graphviz-builder",
"main": "dist/lib/index.js",
"version": "1.4.0",
"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": {
"@sapphirecode/eslint-config-ts": "^1.1.4",
"@types/jasmine": "^3.5.14",
"@types/node": "^14.11.2",
"eslint": "^7.0.0",
"jasmine": "^3.6.1",
"jasmine-ts": "^0.3.0",
"nyc": "^15.0.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc jasmine-ts --config=\"jasmine.json\"",
"compile": "tsc"
},
"files": [
"/dist/lib/",
"LICENSE"
],
"dependencies": {
"@sapphirecode/encoding-helper": "^1.0.38"
},
"keywords": [
"graphviz",
"generator"
]
}