1{
2  "name": "previewer_host",
3  "version": "1.0.0",
4  "description": "",
5  "main": "main.js",
6  "scripts": {
7    "test": "echo \"Error: no test specified\" && exit 1"
8  },
9  "keywords": [],
10  "author": "",
11  "license": "ISC",
12  "dependencies": {
13    "async": "^3.2.5",
14    "iconv-lite": "^0.6.3",
15    "jsdom": "^24.0.0",
16    "node-fetch": "^3.3.2",
17    "unzipper": "^0.11.2",
18    "uuid": "^9.0.1"
19  }
20}