UNPKG

@ticketmaster/allure-command

Version:

The official Allure CLI

45 lines (44 loc) 1 kB
{ "name": "@ticketmaster/allure-command", "version": "6.0.15", "description": "The official Allure CLI", "keywords": [ "allure", "ticketmaster", "cli" ], "license": "MIT", "author": "Ticketmaster (https://www.ticketmaster.com/)", "contributors": [ "Marc-André Arseneault <marcandre.arseneault@ticketmaster.com>" ], "bin": { "allure": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "rimraf ./dist/ && ncc build ./src/index.ts -o ./dist/ --minify --no-cache --no-source-map-register", "dev": "node scripts/watch", "reset": "allure clean -h" }, "devDependencies": { "@types/archiver": "^3.1.1", "archiver": "^5.0.2", "chalk": "^4.1.0", "chokidar": "3.5.3", "commander": "^6.2.0", "del": "^6.0.0", "execa": "^4.1.0", "fast-glob": "^3.2.4", "ora": "^5.1.0", "update-check": "^1.5.4" }, "engines": { "node": ">=18.17.0" }, "publishConfig": { "access": "public" } }