{ "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" } }