{
  "name": "scoredetect/timestamps",
  "description": "Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin", "timestamp", "blockchain", "content", "authenticity", "copyright", "timestamps", "protection", "verification", "proof", "timestamping", "scoredetect"],
  "license": ["AGPL-3.0-only"],
  "authors": [
    {
      "name": "ScoreDetect",
      "email": "info@scoredetect.com"
    }
  ],
  "require": {
    "php": ">=8.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require-dev": {
    "10up/phpcs-composer": "3.0.0",
    "phpcompatibility/phpcompatibility-wp": "*"
  },
  "scripts": {
    "lint": "phpcs .",
    "lint-fix": "phpcbf ."
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
