UNPKG

dangerjs-wrapper

Version:

Plugin to Apply cultural rules during your CI process.

79 lines (78 loc) 2.24 kB
{ "name": "dangerjs-wrapper", "version": "1.1.8", "description": "Plugin to Apply cultural rules during your CI process.", "repository": { "type": "git", "url": "https://github.com/guidesmiths/dangerjs-wrapper.git" }, "bugs": { "url": "https://github.com/guidesmiths/dangerjs-wrapper/issues" }, "homepage": "https://github.com/guidesmiths/dangerjs-wrapper#readme", "keywords": [ "danger", "danger-plugin", "m" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "commit": "git-cz", "commitmsg": "validate-commit-msg", "build": "tsc -p tsconfig.build.json", "test": "jest", "prepublish": "npm run build", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "lint": "npx eslint", "lint:fix": "npx eslint --fix", "deps": "npm run deps:audit && npm run deps:sec-scan", "deps:audit": "npm audit && npm outdated", "deps:sec-scan": "npm run lint:lockfile", "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hotst npm", "new:rule": "node_modules/.bin/hygen rule new" }, "author": "Guidesmiths", "license": "MIT", "engines": { "node": ">=12" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "lint-staged": { "*.ts": "npm run lint:fix" }, "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.24.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "husky": "^6.0.0", "hygen": "^6.0.4", "jest": "^26.6.3", "lockfile-lint": "^4.6.2", "semantic-release": "^17.4.2", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "typescript": "^4.2.4", "validate-commit-msg": "^2.14.0" }, "dependencies": { "axios": "^0.21.1", "danger": "^10.6.6" } }