UNPKG

@wmfs/tymly-pg-plugin

Version:

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

69 lines (68 loc) 1.77 kB
{ "name": "@wmfs/tymly-pg-plugin", "version": "1.124.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": { "async": "3.1.0", "boom": "7.3.0", "debug": "4.1.1", "dottie": "2.0.1", "lodash": "4.17.11", "luxon": "1.16.0", "@wmfs/hl-pg-client": "1.11.1", "@wmfs/pg-delta-file": "1.27.0", "@wmfs/pg-diff-sync": "1.13.2", "@wmfs/pg-info": "1.10.0", "@wmfs/pg-model": "1.15.0", "@wmfs/pg-telepods": "1.31.0", "@wmfs/relationize": "1.12.0", "@wmfs/supercopy": "1.15.0" }, "devDependencies": { "chai": "4.2.0", "chai-subset": "1.6.0", "codecov": "3.5.0", "conventional-changelog-metahub": "2.0.2", "cz-conventional-changelog": "2.1.0", "mocha": "6.1.4", "nyc": "13.3.0", "rimraf": "2.6.3", "semantic-release": "15.13.17", "standard": "12.0.1", "@semantic-release/changelog": "3.0.2", "@semantic-release/git": "7.0.14", "@wmfs/tymly": "1.92.0" }, "scripts": { "lint": "standard", "test": "nyc mocha && standard", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }