package.json 486 B

123456789101112131415161718192021
  1. {
  2. "name": "single-file",
  3. "version": "0.0.1",
  4. "description": "SingleFile",
  5. "author": "Gildas Lormeau",
  6. "license": "AGPL-3.0-or-later",
  7. "main": "cli/single-file.js",
  8. "bin": {
  9. "single-file": "./cli/single-file"
  10. },
  11. "dependencies": {
  12. "file-url": "^3.0.0",
  13. "iconv-lite": "^0.5.2",
  14. "jsdom": "^16.3.0",
  15. "puppeteer-core": "^3.0.4",
  16. "request-promise-native": "1.0.8",
  17. "selenium-webdriver": "4.0.0-alpha.7",
  18. "strong-data-uri": "^1.0.6",
  19. "yargs": "^15.4.1"
  20. }
  21. }