{
  "name": "zumerbox",
  "version": "1.9.1",
  "description": "Small set of development tools",
  "bin": {
    "zumerbox": "bin/zb.js"
  },
  "scripts": {
    "update": "npx npm-check-updates -u",
    "prebump": "npx zumerbox js-lint --fix && npx zumerbox code-format --write",
    "bump": "npx zumerbox bump",
    "postbump": "npx zumerbox changelog && git add . && git commit -m \"Bumped version\" && git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zumerlab/zumerbox.git"
  },
  "keywords": [
    "dev",
    "devtools",
    "utilities",
    "lint",
    "test",
    "bundle",
    "build",
    "suit",
    "zumerbox",
    "changelog"
  ],
  "author": "Juan Martin Muda",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zumerlab/zumerbox/issues"
  },
  "homepage": "https://github.com/zumerlab/zumerbox#readme",
  "dependencies": {
    "@zumerbox/build": "^0.4.0",
    "@zumerbox/bump": "^1.0.7",
    "@zumerbox/changelog": "^1.4.0",
    "@zumerbox/code-format": "^0.1.2",
    "@zumerbox/css-lint": "^0.1.2",
    "@zumerbox/doc-extractor": "^0.1.0",
    "@zumerbox/js-lint": "^0.1.3",
    "@zumerbox/npm-init": "^0.1.2",
    "@zumerbox/scss-lint": "^0.1.3",
    "@zumerbox/tests": "^0.1.6"
  }
}
