{
  "name": "meta-exec",
  "version": "1.4.4",
  "description": "exec plugin for meta for executing synchronous commands to stdout with a standard format",
  "main": "index.js",
  "scripts": {
    "commit": "git-cz",
    "lint": "prettier --write index.js \"__tests__/*.js\"",
    "test": "jest --config jest.json --coverage",
    "test:coverage": "jest --config jest.json --coverage",
    "test:watch": "jest --config jest.json --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mateodelnorte/meta-exec.git"
  },
  "keywords": [
    "meta",
    "exec"
  ],
  "author": "hi@iammattwalters.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mateodelnorte/meta-exec/issues"
  },
  "homepage": "https://github.com/mateodelnorte/meta-exec#readme",
  "dependencies": {
    "chalk": "^3.0.0",
    "debug": "^4.3.2",
    "get-meta-file": "^1.3.4"
  },
  "devDependencies": {
    "@commitlint/cli": "12.1.1",
    "@commitlint/config-conventional": "12.1.1",
    "commitizen": "4.2.3",
    "cz-conventional-changelog": "3.3.0",
    "husky": "6.0.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "pretty-quick": "3.1.0"
  }
}
