UNPKG

jasmine-bamboo-reporter

Version:

A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.

68 lines (67 loc) 1.64 kB
{ "name": "jasmine-bamboo-reporter", "version": "0.2.1", "description": "A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.", "keywords": [ "JSON", "jasmine", "protractor", "reporter", "tests", "bamboo" ], "author": { "name": "Alexandru Badiu", "email": "andu@ctrlz.ro", "url": "http://alexandrubadiu.ro" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "engines": { "node": ">=20.9.0" }, "scripts": { "build": "tsup && node scripts/fix-cjs-dts.mjs", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "lint": "biome check .", "format": "biome format --write ." }, "homepage": "https://github.com/voidberg/jasmine-bamboo-reporter", "repository": { "type": "git", "url": "https://github.com/voidberg/jasmine-bamboo-reporter" }, "license": "MIT", "bugs": { "url": "https://github.com/voidberg/jasmine-bamboo-reporter/issues" }, "readmeFilename": "README.md", "devDependencies": { "@biomejs/biome": "^2.5.1", "@types/node": "^24.13.2", "@vitest/coverage-v8": "^4.1.9", "tsup": "^8.5.1", "typescript": "^5.9.3", "vitest": "^4.1.9" } }