UNPKG

@allurereport/static-server

Version:

Minimalistic web-server for serving static files

53 lines 1.39 kB
{ "name": "@allurereport/static-server", "version": "3.14.3", "description": "Minimalistic web-server for serving static files", "keywords": [ "allure", "http", "server", "testing", "web" ], "license": "Apache-2.0", "author": "Qameta Software", "repository": "https://github.com/allure-framework/allure3", "files": [ "dist" ], "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "scripts": { "build": "run clean && tsc --project ./tsconfig.json", "clean": "rimraf ./dist", "pretest": "rimraf ./out && playwright install chromium", "test": "run-p 'test:*'", "test:unit": "vitest run", "test:e2e": "playwright test", "lint": "oxlint --import-plugin src test features stories", "lint:fix": "oxlint --import-plugin --fix src test features stories" }, "dependencies": { "@allurereport/directory-watcher": "3.14.3", "open": "^11.0.0" }, "devDependencies": { "@playwright/test": "^1.56.1", "@types/node": "^20", "@vitest/runner": "^2", "@vitest/snapshot": "^2.1.9", "allure-js-commons": "^3", "allure-playwright": "^3.9.0", "allure-vitest": "^3", "axios": "^1.18.1", "get-port": "^7.1.0", "npm-run-all2": "^7.0.1", "rimraf": "^6", "typescript": "^5", "vitest": "^4.1.0" } }