package.json 448 B

1234567891011121314151617181920
  1. {
  2. "name": "single-file",
  3. "version": "0.3.10",
  4. "description": "SingleFile",
  5. "author": "Gildas Lormeau",
  6. "license": "AGPL-3.0-or-later",
  7. "main": "cli/single-file-cli-api.js",
  8. "bin": {
  9. "single-file": "./cli/single-file"
  10. },
  11. "dependencies": {
  12. "file-url": "^3.0.0",
  13. "iconv-lite": "^0.6.2",
  14. "jsdom": "^16.4.0",
  15. "puppeteer-core": "^5.3.0",
  16. "selenium-webdriver": "4.0.0-alpha.7",
  17. "strong-data-uri": "^1.0.6",
  18. "yargs": "^16.2.0"
  19. }
  20. }