kaskadi/better-colors

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kaskadi/better-colors",
  "version": "1.2.5",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "standard --fix && mocha",
    "coverage": "nyc npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaskadi/better-colors.git"
  },
  "author": "Klimapartner GmbH <kontakt@klimapartner.de> (https://klimapartner.de)",
  "contributors": [
    "Holger Will <h.will@klimapartner.de>",
    "Alexis Lemaire <a.lemaire@klimapartner.de>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaskadi/better-colors/issues"
  },
  "homepage": "https://github.com/kaskadi/better-colors#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.1.1",
    "nyc": "^15.1.0",
    "standard": "^14.3.4"
  },
  "nyc": {
    "reporter": [
      "text",
      "lcov",
      "html"
    ],
    "report-dir": "./coverage"
  }
}