odhin-reports-playwright
Version:
Odhin Reports for Playwright
68 lines (67 loc) • 1.57 kB
JSON
{
"name": "odhin-reports-playwright",
"version": "1.1.8",
"description": "Odhin Reports for Playwright",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/odhin-reports/playwright.git"
},
"keywords": [
"playwright",
"report",
"reports",
"reporter",
"typescript",
"javascript",
"test",
"tools",
"odhin"
],
"author": "Rodrigo Odhin <rodrigo@odhin.io>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/odhin-reports/playwright/-/issues"
},
"homepage": "https://gitlab.com/odhin-reports/playwright/-/blob/main/README.md?ref_type=heads",
"devDependencies": {
"@playwright/test": "^1.49.0"
},
"dependencies": {
"ansi-to-html": "^0.7.2",
"autoprefixer": "^10.4.14",
"axios": "^0.24.0",
"connect": "^3.7.0",
"dayjs": "^1.11.7",
"expres": "^0.0.5",
"express": "^4.18.2",
"fetch-base64": "^2.1.2",
"fs-extra": "^11.1.1",
"html-minifier": "^4.0.0",
"http-server": "^14.1.1",
"js-base64-file": "^2.0.3",
"lodash": "^4.17.21",
"node-html-to-image": "^3.3.0",
"open": "^9.1.0",
"picocolors": "^1.0.0",
"portfinder": "^1.0.32",
"prismjs": "^1.29.0",
"serve-static": "^1.15.0",
"static-server": "^2.2.1",
"tunnel": "^0.0.6",
"typescript": "^5.1.6",
"xhr2": "^0.2.1",
"xmlhttprequest": "^1.8.0"
},
"directories": {
"doc": "docs",
"test": "tests"
}
}