package.json
1 { 2 "name": "istanbul-lib-report", 3 "version": "3.0.0", 4 "description": "Base reporting library for istanbul", 5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", 6 "main": "index.js", 7 "files": [ 8 "lib", 9 "index.js" 10 ], 11 "scripts": { 12 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha" 13 }, 14 "dependencies": { 15 "istanbul-lib-coverage": "^3.0.0", 16 "make-dir": "^3.0.0", 17 "supports-color": "^7.1.0" 18 }, 19 "devDependencies": { 20 "chai": "^4.2.0", 21 "mocha": "^6.2.2", 22 "nyc": "^15.0.0-beta.2", 23 "rimraf": "^3.0.0" 24 }, 25 "license": "BSD-3-Clause", 26 "bugs": { 27 "url": "https://github.com/istanbuljs/istanbuljs/issues" 28 }, 29 "homepage": "https://istanbul.js.org/", 30 "repository": { 31 "type": "git", 32 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git", 33 "directory": "packages/istanbul-lib-report" 34 }, 35 "keywords": [ 36 "istanbul", 37 "report", 38 "api", 39 "lib" 40 ], 41 "engines": { 42 "node": ">=8" 43 }, 44 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b" 45 }