UNPKG

bare-cov

Version:

Generate coverage reports using Bare and Node.js

69 lines (68 loc) 1.44 kB
{ "name": "bare-cov", "version": "1.2.2", "description": "Generate coverage reports using Bare and Node.js", "main": "index.js", "scripts": { "test": "node test", "test:bare": "bare test", "format": "prettier --write .", "format:check": "prettier --check ." }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/bare-cov.git" }, "keywords": [ "bare", "coverage", "node", "pear" ], "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/bare-cov/issues" }, "homepage": "https://github.com/holepunchto/bare-cov#readme", "imports": { "fs": { "bare": "bare-fs" }, "path": { "bare": "bare-path" }, "process": { "bare": "bare-process" }, "url": { "bare": "bare-url" }, "inspector": { "bare": "bare-inspector" }, "child_process": { "bare": "bare-subprocess" } }, "dependencies": { "bare-fs": "^4.1.2", "bare-inspector": "^6.0.1", "bare-path": "^3.0.0", "bare-process": "^4.2.1", "bare-url": "^2.1.5", "bare-v8-to-istanbul": "^1.0.2", "picomatch": "^4.0.2", "which-runtime": "^1.2.1" }, "devDependencies": { "bare-subprocess": "^6.0.0", "brittle": "^3.13.1", "prettier": "^3.6.2", "prettier-config-holepunch": "^2.0.0" }, "files": [ "index.js", "lib" ] }