{
  "name": "nyc-dark",
  "version": "3.0.3",
  "description": "Dark color scheme CSS files for jest / nyc / istanbul-reports, the full-featured javascript coverage tool.",
  "keywords": [
    "nyc",
    "jest",
    "istanbul",
    "istanbul-reports",
    "dark",
    "theme",
    "scheme",
    "style",
    "accessible",
    "prefers-color-scheme",
    "coverage"
  ],
  "license": "Unlicense",
  "author": "Brent S.A. Cowgill <zardozcs@gmail.com> (http://github.com/bcowgill)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcowgill/nyc-dark.git"
  },
  "maintainers": [
    "Brent S.A. Cowgill <zardozcs@gmail.com>"
  ],
  "main": "./prettify.js",
  "bugs": {
    "url": "https://github.com/bcowgill/nyc-dark/issues"
  },
  "homepage": "https://github.com/bcowgill/nyc-dark#readme",
  "engines": {
    "node": ">= 10.12.0",
    "npm": ">= 1.4.x"
  },
  "scripts": {
    "usage": "pnpm run",
    "check": "npm-check --color-always --ignore browser || true",
    "stylelint": "stylelint --cache --report-needless-disables --report-invalid-scope-disables --report-descriptionless-disables --formatter verbose *.css",
    "stylelint:fix": "stylelint --cache *.css --fix",
    "lint": "pnpm run stylelint",
    "lint:fix": "pnpm run stylelint:fix",
    "test": "make test-all",
    "preversion": "./scripts/pre-version.sh",
    "version": "./scripts/version.sh",
    "prepublishOnly": "./scripts/pre-publishOnly.sh",
    "postpublish": "./scripts/post-publish.sh"
  },
  "devDependencies": {
    "istanbul-reports": "^3.0.2",
    "npm-check": "^5.9.2",
    "stylelint": "^13.12.0",
    "stylelint-config-standard": "^21.0.0"
  },
  "files": [
    "README.md",
    "base.css",
    "prettify.js",
    "prettify.css",
    "cp-cover.sh",
    "LICENSE"
  ],
  "licenses": [
    {
      "type": "Unlicense",
      "url": "http://unlicense.org/"
    }
  ]
}
