eclass/semantic-release-npm-github-config

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@eclass/semantic-release-npm-github-config",
  "version": "4.0.0",
  "description": "Semantic-release shareable config for NPM with Github",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --fix",
    "lint:check": "eslint .",
    "format": "prettier --write '*.{js,json,md}' '.prettierrc' '.{github,vscode}/**/*'",
    "format:check": "prettier --check '*.{js,json,md}' '.prettierrc' '.{github,vscode}/**/*'",
    "test": "echo 'no test'",
    "prepare": "husky install"
  },
  "engines": {
    "node": ">=16 || ^14.17"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eclass/semantic-release-npm-github-config.git"
  },
  "keywords": [
    "github",
    "npm",
    "changelog",
    "release",
    "semantic-release",
    "semantic-release-config",
    "version"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eclass/semantic-release-npm-github-config/issues"
  },
  "homepage": "https://github.com/eclass/semantic-release-npm-github-config#readme",
  "devDependencies": {
    "@commitlint/cli": "16.1.0",
    "@commitlint/config-conventional": "16.0.0",
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "eslint": "8.8.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-config-standard": "17.0.0-1",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-n": "14.0.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "6.0.0",
    "husky": "7.0.4",
    "lint-staged": "12.3.3",
    "prettier": "2.5.1",
    "semantic-release": "19.0.2"
  },
  "peerDependencies": {
    "@semantic-release/changelog": ">=6.0.0",
    "@semantic-release/git": ">=10.0.0",
    "semantic-release": ">=18.0.0"
  }
}