2 "name": "proton-preview-sandbox",
3 "description": "Standalone isolated previewer for documents that runs in an iframe",
8 "build": "cross-env NODE_ENV=production ./bin/build.mjs",
10 "lint": "eslint src --ext .ts --cache",
11 "pretty": "prettier --write $(find src -type f -name '*.ts')",
12 "test": "echo No tests yet",
13 "test:ci": "echo No tests yet"
16 "docx-preview": "^0.3.2"
19 "@proton/eslint-config-proton": "workspace:^",
20 "browserslist-to-esbuild": "^2.1.1",
21 "cross-env": "^7.0.3",
25 "typescript": "^5.6.3"