{
  "name": "wp-pot",
  "version": "1.10.2",
  "description": "Generate pot-files for WordPress localization",
  "main": "src/index.js",
  "scripts": {
    "test": "npm run test-cs && npm run test-mocha",
    "test-cs": "semistandard src test",
    "fix-cs": "semistandard --fix src test",
    "test-mocha": "mocha",
    "cover": "nyc --reporter clover npm run test-mocha"
  },
  "keywords": [
    "pot",
    "wordpress",
    "translation"
  ],
  "repository": "https://github.com/wp-pot/wp-pot.git",
  "homepage": "https://github.com/wp-pot/wp-pot",
  "bugs": "https://github.com/wp-pot/wp-pot/issues",
  "author": {
    "name": "Rasmus Bengtsson",
    "url": "https://github.com/rasmusbe"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "src"
  ],
  "license": "MIT",
  "dependencies": {
    "espree": "^9.3.1",
    "matched": "^5.0.1",
    "path-sort": "^0.1.0",
    "php-parser": "^3.0.3"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "nyc": "15.1.0",
    "semistandard": "^16.0.1"
  },
  "volta": {
    "node": "14.19.1"
  }
}
