{
  "name": "@wmfs/tymly-runner",
  "version": "2.255.1",
  "description": "A tool for running tymlys",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/tymly-runner#readme",
  "keywords": [
    "tymly",
    "package",
    "low code",
    "nodejs",
    "javascript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly-runner.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly-runner/issues"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "config": "4.0.1",
    "lodash": "4.17.21",
    "@wmfs/tymly": "1.317.0"
  },
  "devDependencies": {
    "chai": "4.5.0",
    "codecov": "3.8.3",
    "conventional-changelog-conventionalcommits": "10.3.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "11.8.0",
    "nodemon": "3.1.14",
    "nyc": "18.0.0",
    "semantic-release": "25.0.9",
    "standard": "17.1.2",
    "@semantic-release/changelog": "7.0.0",
    "@semantic-release/release-notes-generator": "14.1.1",
    "@semantic-release/git": "11.0.1",
    "@wmfs/tymly-pg-plugin": "1.348.0"
  },
  "scripts": {
    "start": "node ./lib/index.js",
    "lint": "standard",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "semantic-release": "semantic-release",
    "start-nodemon": "nodemon --watch ./../../blueprints --watch ./../../plugins ./lib/index.js --legacy-watch"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
