{
  "name": "@wmfs/gazetteer-blueprint",
  "version": "1.41.0",
  "description": "Tymly blueprint to support WMFS Gazetteer",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/gazetteer-blueprint#readme",
  "keywords": [
    "tymly",
    "blueprint",
    "models",
    "state machines",
    "low code"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/gazetteer-blueprint.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/gazetteer-blueprint/issues"
  },
  "dependencies": {
    "lodash": "4.17.23"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "10.0.1",
    "@wmfs/tymly": "1.317.0",
    "@wmfs/tymly-etl-plugin": "1.189.0",
    "@wmfs/tymly-pg-plugin": "1.348.0",
    "@wmfs/tymly-test-helpers": "1.24.0",
    "chai": "4.5.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "9.1.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.7.5",
    "nyc": "17.1.0",
    "rimraf": "6.1.2",
    "semantic-release": "25.0.3",
    "standard": "17.1.2"
  },
  "scripts": {
    "lint": "standard",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
