package.json 723 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@zoon/puphpeteer",
  3. "version": "2.1.0",
  4. "description": "A Puppeteer bridge for PHP, supporting the entire API.",
  5. "keywords": [
  6. "php",
  7. "puppeteer",
  8. "headless-chrome",
  9. "testing",
  10. "web",
  11. "developer-tools",
  12. "automation"
  13. ],
  14. "author": {
  15. "name": "Johann Pardanaud",
  16. "email": "pardanaud.j@gmail.com",
  17. "url": "https://johann.pardanaud.com/"
  18. },
  19. "license": "MIT",
  20. "repository": "github:zoonru/puphpeteer",
  21. "engines": {
  22. "node": ">=9.0.0"
  23. },
  24. "dependencies": {
  25. "@zoon/rialto": "github:zoonru/rialto#semver:^1.5.0",
  26. "puppeteer": "^20"
  27. },
  28. "devDependencies": {
  29. "@types/yargs": "^15.0.10",
  30. "typescript": "^4.1.2",
  31. "yargs": "^16.1.1"
  32. }
  33. }