UNPKG

@wmfs/tymly-pg-plugin

Version:

Replace Tymly's out-the-box memory storage with PostgreSQL

69 lines (68 loc) 1.83 kB
{ "name": "@wmfs/tymly-pg-plugin", "version": "1.319.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": { "dottie": "2.0.6", "lodash": "4.17.21", "luxon": "3.6.1", "@wmfs/hl-pg-client": "1.38.0", "@wmfs/pg-delta-file": "1.91.0", "@wmfs/pg-diff-sync": "1.32.0", "@wmfs/pg-info": "1.20.1", "@wmfs/pg-model": "1.36.0", "@wmfs/pg-telepods": "1.114.0", "@wmfs/relationize": "1.33.0", "@wmfs/supercopy": "1.53.0" }, "devDependencies": { "chai": "4.5.0", "chai-subset": "1.6.0", "codecov": "3.8.3", "conventional-changelog-conventionalcommits": "8.0.0", "cz-conventional-changelog": "3.3.0", "dirty-chai": "2.0.1", "mocha": "11.1.0", "nyc": "17.1.0", "rimraf": "6.0.1", "semantic-release": "24.2.3", "standard": "17.1.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/release-notes-generator": "14.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/exec": "7.0.3", "@wmfs/tymly": "1.303.0" }, "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" } }