timbeadle/tv4-reporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tv4-reporter",
  "description": "Report Tiny Validator tv4 results in usable formats",
  "version": "7.1.0",
  "homepage": "https://github.com/timbeadle/tv4-reporter",
  "author": {
    "name": "Bart van der Schoor",
    "url": "https://github.com/Bartvds"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timbeadle/tv4-reporter"
  },
  "bugs": {
    "url": "https://github.com/timbeadle/tv4-reporter/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/timbeadle/tv4-reporter/blob/main/LICENSE-MIT"
    }
  ],
  "keywords": [
    "tv4",
    "format",
    "reporter",
    "json-schema"
  ],
  "main": "lib/reporter.js",
  "engines": {
    "node": ">= 16.14"
  },
  "scripts": {
    "test": "npm run test:snyk && npm run test:lint && npm run test:engines",
    "test:ci": "npm run test:lint && npm run test:engines",
    "test:engines": "ls-engines",
    "test:lint": "eslint lib/*.js",
    "test:snyk": "snyk test --dev",
    "snyk-protect": "snyk-protect",
    "prepare": "npm run snyk-protect"
  },
  "dependencies": {
    "@snyk/protect": "^1.1291.0",
    "jsonpointer": "^5.0.1",
    "ministyle": "~0.1.4",
    "miniwrite": "~0.1.4"
  },
  "devDependencies": {
    "@types/jsonpointer": "^4.0.2",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.57.0",
    "eslint-config-xo": "^0.45.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-redos": "4.4.5",
    "ls-engines": "^0.9.1",
    "prettier": "3.2.5",
    "tv4": "1.3.0"
  },
  "peerDependencies": {
    "ministyle": "~0.1.4",
    "miniwrite": "~0.1.4",
    "tv4": "^1.3.0"
  },
  "snyk": true,
  "volta": {
    "node": "16.20.2",
    "npm": "9.9.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}