{
  "name": "detail-page-editor-plugin",
  "version": "1.1.3",
  "private": true,
  "description": "Standalone self-editing JS plugin for ecommerce detail-page HTML deliveries with cloud version sync.",
  "scripts": {
    "test": "node tests/editor_plugin_jsdom_test.js && node tests/editor_plugin_version_sync_test.js && node tests/editor_plugin_mobile_regression_test.js && python3 -m unittest tests/test_version_server.py tests/test_deploy_metadata.py",
    "check": "node --check detail-page-editor.js && python3 -m py_compile inject_detail_page_editor.py deploy_detail_page_public.py version_server.py fetch_detail_page_version.py"
  },
  "dependencies": {
    "jsdom": "^29.1.1"
  }
}
