@allurereport/directory-watcher
Version:
File system watcher for directories
55 lines • 1.5 kB
JSON
{
"name": "@allurereport/directory-watcher",
"version": "3.0.0-beta.22",
"description": "File system watcher for directories",
"keywords": [
"allure",
"testing",
"fs",
"watcher",
"fsevents"
],
"repository": "https://github.com/allure-framework/allure3",
"license": "Apache-2.0",
"author": "Qameta Software",
"type": "module",
"exports": {
".": "./dist/index.js"
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "run clean && tsc --project ./tsconfig.json",
"clean": "rimraf ./dist",
"eslint": "eslint ./src/**/*.{js,jsx,ts,tsx}",
"eslint:format": "eslint --fix ./src/**/*.{js,jsx,ts,tsx}",
"pretest": "rimraf ./out",
"test": "rimraf ./out && vitest run"
},
"dependencies": {
"chokidar": "^4.0.3"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
"@types/eslint": "^8.56.11",
"@types/node": "^20.17.9",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/runner": "^2.1.9",
"allure-vitest": "^3.3.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}