@allurereport/plugin-classic
Version:
The classic version of Allure HTML report
52 lines • 1.4 kB
JSON
{
"name": "@allurereport/plugin-classic",
"version": "3.8.2",
"description": "The classic version of Allure HTML report",
"keywords": [
"allure",
"html",
"plugin",
"report",
"testing"
],
"license": "Apache-2.0",
"author": "Qameta Software",
"repository": "https://github.com/allure-framework/allure3",
"files": [
"./dist"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "run clean && tsc --project ./tsconfig.json",
"clean": "rimraf ./dist",
"test": "rimraf ./out && vitest run",
"lint": "oxlint --import-plugin src test features stories",
"lint:fix": "oxlint --import-plugin --fix src test features stories"
},
"dependencies": {
"@allurereport/core-api": "3.8.2",
"@allurereport/plugin-api": "3.8.2",
"@allurereport/web-awesome": "3.8.2",
"@allurereport/web-classic": "3.8.2",
"@allurereport/web-commons": "3.8.2",
"d3-shape": "^3.2.0",
"handlebars": "^4.7.9",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@types/d3-shape": "^3.1.6",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.17.9",
"@vitest/runner": "^2.1.9",
"allure-vitest": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}