{
  "name": "edusharing",
  "version": "1.0.0",
  "description": "Edu-Sharing wordpress plugin",
  "main": "block.js",
  "dependencies": {
    "@wordpress/components": "~26.0.6"
  },
  "devDependencies": {
    "@wordpress/scripts": "~26.19.0"
  },
  "scripts": {
    "install": "npm i --legacy-peer-deps",
    "install:wp-cli": "curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar",
    "update-i18n:make-pot": "php wp-cli.phar --skip-plugins i18n make-pot . ./languages/edusharing.pot",
    "update-i18n:po-to-mo": "cd languages && for file in `find . -name \"*.po\"` ; do msgfmt -o ${file/.po/.mo} $file ; done",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "wp-scripts start",
    "build": "wp-scripts build",
    "plugin-zip": "wp-scripts plugin-zip"
  },
  "files": ["apiClient/src/EduSharing","build","classes","css","img","languages","lib","block-api.php", "edu.js",
    "edusharing.php","eduSharingAutoloader.php","import_metadata_page.php","optionsPage.php", "proxy-api.php","README.md"],
  "author": "metaventis",
  "license": "ISC"
}
