{
  "name": "purrlink",
  "version": "1.1.0",
  "description": "AI-powered internal linking with natural bridge sentences for WordPress",
  "author": "BCodeCraft",
  "license": "GPL-2.0-or-later",
  "main": "index.js",
  "scripts": {
    "build": "wp-scripts build",
    "build:dev": "wp-scripts build --mode=development",
    "build:prod": "wp-scripts build --mode=production",
    "start": "wp-scripts start",
    "watch": "wp-scripts start",
    "lint:js": "wp-scripts lint-js src/",
    "lint:js:fix": "wp-scripts lint-js src/ --fix",
    "lint:css": "wp-scripts lint-style src/",
    "lint:css:fix": "wp-scripts lint-style src/ --fix",
    "lint": "npm run lint:js && npm run lint:css",
    "test": "wp-scripts test-unit-js --coverage",
    "test:watch": "wp-scripts test-unit-js --watch",
    "test:php": "composer test",
    "test:all": "npm run test && npm run test:php",
    "format": "wp-scripts format src/",
    "packages-update": "wp-scripts packages-update"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@wordpress/scripts": "^27.9.0",
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3"
  },
  "dependencies": {
    "@wordpress/icons": "^11.5.0"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  }
}
