UNPKG

@pagopa/danger-plugin

Version:

Shared rules for DangerJS, used in the PagoPA projects

54 lines (53 loc) 1.46 kB
{ "name": "@pagopa/danger-plugin", "version": "2.0.2", "description": "Shared rules for DangerJS, used in the PagoPA projects", "author": "Francesco Grauso <francesco.grauso@pagopa.it>", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "preversion": "auto-changelog --unreleased --commit-limit false --stdout --template preview.hbs", "version": "auto-changelog -p --unreleased && git add CHANGELOG.md", "lint": "eslint . -c .eslintrc.json --ext .ts,.tsx", "lint-autofix": "eslint . -c .eslintrc.json --ext .ts,.tsx --fix", "format": "prettier --write ." }, "devDependencies": { "@pagopa/eslint-config": "^3.0.0", "@types/jira-client": "^7.1.4", "@types/node": "^17.0.35", "danger": "^11.0.7", "prettier": "2.6.2", "typescript": "^4.6.4" }, "dependencies": { "@pagopa/ts-commons": "^10.4.0", "auto-changelog": "^2.4.0", "fp-ts": "^2.12.1", "io-ts": "^2.2.16", "jira-client": "^8.1.0" }, "lint-staged": { "*.{js,ts}": "eslint --cache --fix", "*.{js,ts,json,yaml}": "prettier --write" }, "repository": { "type": "git", "url": "https://github.com/pagopa/danger-plugin.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "danger", "danger-plugin", "danger-js", "pagopa" ] }