@wmfs/tymly-pg-plugin
Version:
Replace Tymly's out-the-box memory storage with PostgreSQL
68 lines (67 loc) • 1.76 kB
JSON
{
"name": "@wmfs/tymly-pg-plugin",
"version": "1.207.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.1.1",
"dottie": "2.0.2",
"lodash": "4.17.15",
"luxon": "1.24.1",
"@wmfs/hl-pg-client": "1.21.0",
"@wmfs/pg-delta-file": "1.55.0",
"@wmfs/pg-diff-sync": "1.19.0",
"@wmfs/pg-info": "1.16.0",
"@wmfs/pg-model": "1.22.1",
"@wmfs/pg-telepods": "1.72.0",
"@wmfs/relationize": "1.22.0",
"@wmfs/supercopy": "1.38.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-subset": "1.6.0",
"codecov": "3.7.0",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.2.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"semantic-release": "17.0.8",
"standard": "14.3.4",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/exec": "5.0.0",
"@wmfs/tymly": "1.144.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"
}
}