{
  "name": "@wmfs/tymly-cli",
  "version": "2.37.0",
  "description": "Tooling for Tymly Blueprint Development",
  "author": "West Midlands Fire Service",
  "homepage": "https://github.com/wmfs/tymly-cli#readme",
  "keywords": [
    "tymly",
    "package",
    "tooling",
    "cli"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly-cli.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly-cli/issues"
  },
  "main": "index.js",
  "bin": {
    "tymly": "bin/tymly-cli.js"
  },
  "dependencies": {
    "@wmfs/tymly-scaffold": "1.47.0",
    "ansi-colors": "4.1.1",
    "commander": "5.1.0",
    "enquirer": "2.3.0",
    "fs-extra": "9.0.1",
    "username": "5.1.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "bdd-stdin": "0.2.0",
    "chai": "4.2.0",
    "codecov": "3.7.1",
    "conventional-changelog-metahub": "4.0.1",
    "cz-conventional-changelog": "3.2.0",
    "diff": "4.0.2",
    "dirty-chai": "2.0.1",
    "mocha": "8.0.1",
    "nyc": "15.1.0",
    "request-promise-native": "1.0.8",
    "rimraf": "3.0.2",
    "semantic-release": "17.1.1",
    "standard": "14.3.4",
    "std-mocks": "1.0.1"
  },
  "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"
  }
}
