{
  "name": "@wmfs/pg-model",
  "version": "1.36.0",
  "description": "Takes a relational database structure and returns model objects for noSQL-like abilities.",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/pg-model#readme",
  "keywords": [
    "tymly",
    "package",
    "nosql",
    "relational"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/pg-model.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/pg-model/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "async": "3.2.6",
    "dottie": "2.0.6",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@wmfs/hl-pg-client": "1.31.0",
    "@wmfs/pg-diff-sync": "1.31.0",
    "chai": "4.5.0",
    "chai-subset": "1.6.0",
    "codecov": "3.8.3",
    "conventional-changelog-metahub": "4.0.1",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "10.8.2",
    "nyc": "17.1.0",
    "semantic-release": "24.2.0",
    "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"
  }
}
