package.json 396 B

123456789101112131415161718
  1. {
  2. "name": "single-file",
  3. "version": "0.0.1",
  4. "description": "SingleFile for Node.js",
  5. "main": "./node-index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Gildas Lormeau",
  10. "license": "AGPL-3.0-or-later",
  11. "dependencies": {
  12. "iconv-lite": "*",
  13. "jsdom": "*",
  14. "puppeteer-core": "*",
  15. "request-promise-native": "*",
  16. "strong-data-uri": "*"
  17. }
  18. }