tunnckoCore/rollup-plugin-posthtml

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rollup-plugin-posthtml",
  "version": "1.1.0",
  "description": "PostHTML plugin for Rollup",
  "repository": "tunnckoCore/rollup-plugin-posthtml",
  "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard index.js test.js --fix --verbose",
    "test": "npm-run-all -s lint test:*",
    "test:api": "nyc --reporter lcov node test.js",
    "test:report": "nyc report",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "git": "npm-run-all -s git:*",
    "git:add": "git add --all",
    "git:cz": "git-cz",
    "commit": "npm-run-all -s test git"
  },
  "dependencies": {
    "posthtml": "^0.9.2",
    "rollup-pluginutils": "^2.0.1"
  },
  "devDependencies": {
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^1.2.0",
    "mukla": "^0.4.9",
    "npm-run-all": "^4.0.1",
    "nyc": "^11.0.0",
    "posthtml-custom-elements": "^1.0.3",
    "posthtml-minifier": "^0.1.0",
    "pre-commit": "^1.2.2",
    "rollup": "^0.42.0",
    "standard": "^10.0.1",
    "standard-version": "^4.0.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "html",
    "plugin",
    "post",
    "posthtml",
    "postprocess",
    "process",
    "rollup",
    "rollup-plugin",
    "tool",
    "util"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "minibase",
        "dush",
        "dush-tap-report",
        "dush-router",
        "posthtml",
        "posthtml-custom-elements",
        "posthtml-parser",
        "sugarml"
      ],
      "highlight": "posthtml"
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "always-done",
      "async-done",
      "base",
      "charlike",
      "commitizen",
      "dezalgo",
      "once",
      "standard-version",
      "verb",
      "verb-generate-readme",
      "posthtml",
      "rollup"
    ]
  },
  "nyc": {
    "check-coverage": true,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "lines": 100
  },
  "engines": {
    "node": ">=4",
    "npm": ">=2"
  }
}