{
  "private": true,
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": ">=14",
    "npm": ">=7"
  },
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "test": "npm run test:unit",
    "test:unit": "wp-scripts test-unit-js",
    "test:unit:help": "wp-scripts test-unit-js --help",
    "test:unit:watch": "wp-scripts test-unit-js --watch",
    "test:unit:debug": "wp-scripts --inspect-brk test-unit-js --runInBand --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Parsely/wp-parsely.git"
  },
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/Parsely/wp-parsely/issues"
  },
  "homepage": "https://github.com/Parsely/wp-parsely#readme",
  "browserslist": [
    "defaults"
  ],
  "devDependencies": {
    "@wordpress/eslint-plugin": "^9.1.2",
    "@wordpress/scripts": "^17.1.0",
    "prettier": "^2.3.2"
  },
  "dependencies": {
    "@wordpress/dom-ready": "^2.13.2",
    "@wordpress/i18n": "^3.20.0",
    "js-cookie": "^3.0.0"
  }
}
