{
  "name": "@wmfs/tymly-pg-plugin",
  "version": "1.234.0",
  "description": "Replace Tymly's out-the-box memory storage with PostgreSQL",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/tymly-pg-plugin#readme",
  "keywords": [
    "tymly",
    "plugin",
    "low code",
    "workflow",
    "open source"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly-pg-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly-pg-plugin/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "debug": "4.3.1",
    "dottie": "2.0.2",
    "lodash": "4.17.20",
    "luxon": "1.25.0",
    "@wmfs/hl-pg-client": "1.25.0",
    "@wmfs/pg-delta-file": "1.64.0",
    "@wmfs/pg-diff-sync": "1.23.0",
    "@wmfs/pg-info": "1.19.0",
    "@wmfs/pg-model": "1.24.0",
    "@wmfs/pg-telepods": "1.82.0",
    "@wmfs/relationize": "1.24.0",
    "@wmfs/supercopy": "1.40.0"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "chai-subset": "1.6.0",
    "codecov": "3.8.1",
    "conventional-changelog-metahub": "4.0.1",
    "cz-conventional-changelog": "3.3.0",
    "dirty-chai": "2.0.1",
    "mocha": "8.2.1",
    "nyc": "15.1.0",
    "rimraf": "3.0.2",
    "semantic-release": "17.3.1",
    "standard": "16.0.3",
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "@semantic-release/exec": "5.0.0",
    "@wmfs/tymly": "1.176.1"
  },
  "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"
  }
}
