UNPKG

@momsfriendlydevco/testa

Version:

Low-overhead, parallel-first testkit harness

53 lines (52 loc) 1.14 kB
{ "name": "@momsfriendlydevco/testa", "version": "1.0.0", "description": "Low-overhead, parallel-first testkit harness", "type": "module", "bin": { "testa": "./app.js" }, "scripts": { "lint": "eslint", "test": "testa" }, "keywords": [ "test", "testkit" ], "repository": { "type": "git", "url": "git+https://github.com/MomsFriendlyDevCo/Testa.git" }, "bugs": { "url": "https://github.com/MomsFriendlyDevCo/Testa/issues" }, "homepage": "https://github.com/MomsFriendlyDevCo/Testa#readme", "author": "Matt Carter <m@ttcarter.com>", "license": "MIT", "engineStrict": true, "engines": { "node": ">=22.0.0" }, "imports": { "#testa": "./lib/testa.js", "#testa/*": "./lib/*.js" }, "exports": { ".": "./lib/testa.js" }, "dependencies": { "chai": "^6.2.0", "clean-stack": "^5.3.0", "commander": "^14.0.1", "json5": "^2.2.3", "listr": "^0.14.3", "p-graph": "^1.2.0", "temp": "^0.9.4", "timestring": "^7.0.0" }, "devDependencies": { "@momsfriendlydevco/eslint-config": "^2.3.1", "eslint": "^9.37.0" } }