@allurereport/directory-watcher
Version:
File system watcher for directories
44 lines • 1.08 kB
JSON
{
"name": "@allurereport/directory-watcher",
"version": "3.8.2",
"description": "File system watcher for directories",
"keywords": [
"allure",
"fs",
"fsevents",
"testing",
"watcher"
],
"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": "rimraf ./out && vitest run",
"lint": "oxlint --import-plugin src test features stories",
"lint:fix": "oxlint --import-plugin --fix src test features stories"
},
"dependencies": {
"chokidar": "^4.0.3"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@vitest/runner": "^2.1.9",
"allure-vitest": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}