{
  "name": "@wmfs/tymly-pizza-blueprint",
  "version": "0.0.0-semantically-released",
  "description": "For ordering delicious pizza",
  "author": "Jane Doe",
  "homepage": "https://github.com/wmfs/tymly-pizza-blueprint#readme",
  "keywords": [
    "blueprint",
    "tymly"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly-pizza-blueprint.git"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly-pizza-blueprint/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "4.2.0",
    "chai-string": "1.5.0",
    "codecov": "3.1.0",
    "conventional-changelog-metahub": "2.0.2",
    "cz-conventional-changelog": "2.1.0",
    "dirty-chai": "2.0.1",
    "mocha": "5.2.0",
    "nyc": "13.1.0",
    "semantic-release": "15.13.1",
    "standard": "12.0.1",
    "@semantic-release/changelog": "3.0.1",
    "@semantic-release/git": "7.0.6"
  },
  "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"
  }
}
