package.json 371 B

1234567891011121314151617
  1. {
  2. "name": "single-file-node",
  3. "version": "0.0.1",
  4. "description": "SingleFile for NodeJS",
  5. "main": "./node/single-file-node.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. "jsdom": "*",
  13. "strong-data-uri": "*",
  14. "iconv-lite": "*",
  15. "request": "*"
  16. }
  17. }