{
  "name": "@codetanzania/majifix-priority",
  "version": "1.6.0",
  "description": "A representation an entity which provides a way to prioritize service and service request(issues) in order of their importance.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "scripts": {
    "clean": "rimraf lib dist es umd",
    "prebuild": "npm test && npm run clean",
    "build": "rollup -c",
    "lint": "eslint --fix --ext .js src/ test/ rollup.config.js",
    "pretest": "npm run lint",
    "test": "NODE_ENV=test mocha --exit --require @babel/register test/**/*.spec.js",
    "dev": "npm run seed && npm run start",
    "start": "BASE_PATH=./examples node ./examples/app.js",
    "seed": "BASE_PATH=./examples node ./examples/seed.js",
    "docs": "doxdox 'lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md",
    "cmt": "git add -A && git-cz",
    "commit": "git-cz",
    "commit:all": "git add -A && git-cz",
    "changelog": "changelog"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CodeTanzania/majifix-priority.git"
  },
  "keywords": [
    "codetanzania",
    "majifix",
    "majifix-module",
    "open311",
    "priority",
    "severity",
    "flag",
    "label"
  ],
  "contributors": [
    {
      "name": "lykmapipo",
      "email": "lallyelias87@gmail.com",
      "url": "https://github.com/lykmapipo"
    },
    {
      "name": "benMaruchu",
      "email": "benmaruchu@gmail.com",
      "url": "https://github.com/BenMaruchu"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CodeTanzania/majifix-priority/issues",
    "email": "lallyelias87@gmail.com"
  },
  "homepage": "https://github.com/CodeTanzania/majifix-priority",
  "sandbox": {
    "url": "https://majifix-priority.herokuapp.com/v1/priorities"
  },
  "devDependencies": {
    "@babel/cli": "7.5.5",
    "@babel/core": "7.5.5",
    "@babel/node": "7.5.5",
    "@babel/preset-env": "7.5.5",
    "@babel/register": "7.5.5",
    "@benmaruchu/faker": "4.3.0",
    "@commitlint/cli": "8.1.0",
    "@commitlint/config-conventional": "8.1.0",
    "@commitlint/travis-cli": "8.1.0",
    "@lykmapipo/mongoose-test-helpers": "0.7.18",
    "chai": "4.2.0",
    "commitizen": "4.0.3",
    "coveralls": "^3.0.6",
    "cz-conventional-changelog": "3.0.2",
    "doxdox": "3.0.0",
    "eslint": "6.2.2",
    "eslint-config-airbnb-base": "14.0.0",
    "eslint-config-prettier": "6.1.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsdoc": "^15.8.3",
    "eslint-plugin-mocha": "6.1.0",
    "eslint-plugin-prettier": "3.1.0",
    "generate-changelog": "1.8.0",
    "handlebars": "4.1.2",
    "husky": "3.0.4",
    "lint-staged": "9.2.5",
    "lodash.template": "^4.5.0",
    "mocha": "6.2.0",
    "mongoose": "5.6.11",
    "nyc": "^14.1.1",
    "prettier": "1.18.2",
    "rimraf": "3.0.0"
  },
  "peerDependencies": {
    "mongoose": ">=5.6.11"
  },
  "dependencies": {
    "@codetanzania/majifix-common": ">=0.17.0",
    "@codetanzania/majifix-jurisdiction": ">=1.8.0",
    "@lykmapipo/common": ">=0.25.2",
    "@lykmapipo/env": ">=0.12.2",
    "@lykmapipo/express-common": ">=0.17.10",
    "@lykmapipo/express-rest-actions": ">=0.6.7",
    "@lykmapipo/express-test-helpers": "^0.8.6",
    "@lykmapipo/mongoose-common": ">=0.25.11",
    "@lykmapipo/mongoose-exportable": ">=0.3.7",
    "async": ">=3.1.0",
    "express": ">=4.17.1",
    "lodash": ">=4.17.15",
    "moment": ">=2.24.0",
    "mongoose-locale-schema": ">=0.4.0",
    "mongoose-rest-actions": ">=0.28.8"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js}": [
      "prettier --write",
      "git add"
    ],
    "*.{md,html}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "engines": {
    "node": ">=8.11.1",
    "npm": ">=5.6.0"
  }
}
