{
  "name": "wp-pot-cli",
  "version": "1.5.0",
  "description": "Generate pot-files for WordPress localization via cli",
  "license": "MIT",
  "repository": "https://github.com/wp-pot/wp-pot-cli.git",
  "homepage": "https://github.com/wp-pot/wp-pot-cli",
  "bugs": "https://github.com/wp-pot/wp-pot-cli/issues",
  "author": {
    "name": "Rasmus Bengtsson",
    "url": "https://github.com/rasmusbe"
  },
  "bin": {
    "wp-pot": "./cli.js"
  },
  "contributors": [
    {
      "name": "Fredrik Forsmo",
      "email": "fredrik.forsmo@gmail.com",
      "url": "https://github.com/frozzare"
    }
  ],
  "engines": {
    "node": ">=10.0"
  },
  "scripts": {
    "test": "npm run test-cs && npm run test-mocha",
    "test-cs": "eslint .",
    "fix-cs": "eslint . --fix",
    "test-mocha": "mocha",
    "cover": "nyc --reporter clover npm run test-mocha"
  },
  "files": [
    "cli.js"
  ],
  "keywords": [
    "cli-app",
    "cli",
    "pot",
    "wordpress",
    "translation"
  ],
  "devDependencies": {
    "eslint": "^7.5.0",
    "eslint-config-semistandard": "^15.0.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "execa": "^4.0.3",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "meow": "^7.0.1",
    "wp-pot": "^1.9.3"
  }
}
