UNPKG

peter

Version:
57 lines (56 loc) 1.19 kB
{ "name": "peter", "version": "2.4.7", "description": "Peter Test Framework", "keywords": [ "tap", "test", "tdd", "bdd", "testing" ], "homepage": "https://gitlab.com/Distributed-Compute-Protocol/peter#readme", "bugs": { "url": "https://gitlab.com/Distributed-Compute-Protocol/peter/issues" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/Distributed-Compute-Protocol/peter.git" }, "license": "MIT", "author": "Distributive Corp.", "main": "src/index.js", "bin": { "peter": "peter" }, "files": [ "src", "peter", "simple", "peter.bat", "simple.bat", "tests", "ci" ], "scripts": { "simple": "node ./simple", "test": "node ./peter --timeout=2 tests", "postpublish": "npm-hooks/postpublish", "prepublishOnly": "npm-hooks/prepublish" }, "dependencies": { "chalk": "^4.1.2", "debug": "^4.3.4", "dotenv": "^16.0.3", "junit2json": "3.1.6", "niim": "^1.12.1-a", "physical-cpu-count": "^2.0.0", "posix-getopt": "1.2.1", "tap-parser": "^11.0.1", "zora": "^5.1.0" }, "engines": { "node": ">=18", "npm": ">=7" } }