UNPKG

omni-test-intelligence

Version:

Enterprise Test Intelligence Platform - Simplify test reporting with AI-powered insights.

43 lines (42 loc) 876 B
{ "name": "omni-test-intelligence", "version": "1.2.7", "description": "Enterprise Test Intelligence Platform - Simplify test reporting with AI-powered insights.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/PrabhaSDET-TestV/omni-test-intelligence.git" }, "keywords": [ "test", "automation", "reporting", "playwright", "ci", "ai", "analytics", "intelligence" ], "author": "TestVagrant", "license": "MIT", "dependencies": { "axios": "^1.9.0", "chalk": "^5.4.1" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/node": "^22.15.21", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }