Timo Hocker
040e421d9b
All checks were successful
continuous-integration/drone/push Build is passing
@sapphirecode/eslint-config-ts: 1.1.19 ==> 1.1.20 minor
32 lines
795 B
JSON
32 lines
795 B
JSON
{
|
|
"name": "@sapphirecode/graphviz-builder",
|
|
"main": "dist/lib/index.js",
|
|
"version": "1.2.9",
|
|
"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"
|
|
}
|
|
} |