UNPKG

@istanbuljs/nyc-config-hook-run-in-this-context

Version:

nyc configuration for hook-run-in-this-context

45 lines (44 loc) 931 B
{ "name": "@istanbuljs/nyc-config-hook-run-in-this-context", "version": "2.0.0", "description": "nyc configuration for hook-run-in-this-context", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", "directory": "packages/nyc-config-hook-run-in-this-context" }, "keywords": [ "hook", "config", "nyc", "test", "coverage" ], "author": "Corey Farrell <git@cfware.com>", "license": "ISC", "bugs": { "url": "https://github.com/istanbuljs/istanbuljs/issues" }, "homepage": "https://istanbul.js.org/", "publishConfig": { "access": "public" }, "dependencies": { "semver": "^7.5.4" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2", "nyc": "^15.0.0-beta.2" }, "engines": { "node": ">=10" } }