{ "name": "metaltest", "version": "1.2.0", "description": "Clone of baretest with reporting", "type": "module", "exports": "./index.js", "scripts": { "test": "node suite.js" }, "repository": { "type": "git", "url": "https://git.tranche.ca/fmatte/metaltest" }, "author": "Frédéric Matte ", "license": "AGPL-3.0-or-later", "dependencies": { "chalk": "^5.1.2" } }