# wp-parsely/2.5.1/package.json

Parse.ly, version 2.5.1. 38 lines.

- Page: https://pluginprobe.com/plugins/wp-parsely/2.5.1/code/package.json
- Raw: https://pluginprobe.com/plugins/wp-parsely/2.5.1/raw/package.json
- Modified: 2021-05-17T20:30:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-parsely/2.5.1/code/package.json#L10-L20`.

```json
{
  "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",
  "devDependencies": {
    "@wordpress/eslint-plugin": "^9.0.1",
    "@wordpress/scripts": "^15.0.1",
    "prettier": "^2.3.0"
  },
  "dependencies": {
    "@wordpress/dom-ready": "^2.13.2",
    "@wordpress/i18n": "^3.20.0"
  }
}

```
