kamiazya/typedoc-plugin-nomnoml

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "typedoc-plugin-nomnoml",
  "version": "1.0.0",
  "description": "A plugin for TypeDoc that generates graphs for nomnoml diagrams by using @nomnoml annotation.",
  "main": "./dist/index.js",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kamiazya/typedoc-plugin-nomnoml.git"
  },
  "bugs": {
    "url": "https://github.com/kamiazya/typedoc-plugin-nomnoml/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/kamiazya"
  },
  "author": "kamiazya <yuki@kamiazya.tech>",
  "license": "MIT",
  "keywords": [
    "typedoc",
    "typedocplugin",
    "nomnoml",
    "graph",
    "diagram"
  ],
  "files": [
    "dist/"
  ],
  "scripts": {
    "format": "eslint -c .eslintrc.json --ext ts src --fix && prettier --write './**/*.ts'",
    "lint": "eslint -c .eslintrc.json --ext ts src && prettier --check './**/*.ts'",
    "build": "rollup -c && prettier --write ./dist/*",
    "test": "jest"
  },
  "peerDependencies": {
    "typedoc": ">=0.21.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^16.4.0",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "eslint": "^7.31.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "rollup": "^2.53.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^27.0.4",
    "typedoc": "^0.21.4",
    "typescript": "^4.3.5"
  }
}