{
  "name": "@wmfs/tymly-test-helpers",
  "version": "1.24.1",
  "description": "Small plugins to help when running Tymly in tests",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/tymly-test-helpers#readme",
  "keywords": [
    "tymly",
    "package",
    "nosql",
    "relational"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly-test-helpers.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly-test-helpers/issues"
  },
  "main": "index.js",
  "devDependencies": {
    "chai": "4.5.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "9.0.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.7.1",
    "nyc": "17.1.0",
    "semantic-release": "25.0.2",
    "standard": "17.1.2",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@semantic-release/git": "10.0.1"
  },
  "scripts": {
    "lint": "standard",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
