rhanekom/skyrta

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "skyrta",
  "version": "0.1.8",
  "description": "A wrapper around popular graphing tools (GraphViz, SvgBobRus) to convert text based diagrams to SVG.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "lint": "npm run lint:js && npm run lint:md",
    "lint:js": "eslint --ext .js .",
    "lint:md": "remark .",
    "qa": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhanekom/skyrta"
  },
  "keywords": [
    "svgbob",
    "svgbobrus",
    "drawing",
    "ascii",
    "plugin",
    "graphviz",
    "dot",
    "svg",
    "mermaid",
    "graph",
    "flowchart"
  ],
  "author": "Riaan Hanekom",
  "license": "MIT",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "css": "^2.2.1",
    "tmp": "^0.0.33",
    "which": "^1.3.0"
  },
  "bugs": {
    "url": "https://github.com/rhanekom/skyrta/issues"
  },
  "homepage": "https://github.com/rhanekom/skyrta#readme",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "^22.4.3",
    "mermaid": "^8.0.0-rc.6",
    "mermaid.cli": "^0.4.4",
    "remark": "^9.0.0",
    "remark-preset-lint-recommended": "^3.0.1",
    "remark-validate-links": "^7.0.0"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended",
      "remark-validate-links"
    ]
  }
}