@allurereport/static-server
Version:
Minimalistic web-server for serving static files
53 lines • 1.38 kB
JSON
{
"name": "@allurereport/static-server",
"version": "3.8.2",
"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",
"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.8.2",
"open": "^10.1.0"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/node": "^20.17.9",
"@vitest/runner": "^2.1.9",
"@vitest/snapshot": "^2.1.9",
"allure-js-commons": "^3.3.3",
"allure-playwright": "^3.3.3",
"allure-vitest": "^3.3.3",
"axios": "^1.15.2",
"get-port": "^7.1.0",
"npm-run-all2": "^7.0.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}