timbeadle/grunt-cfpathcheck

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-cfpathcheck",
  "version": "11.0.0",
  "description": "Grunt wrapper for cfpathcheck",
  "homepage": "https://github.com/timbeadle/grunt-cfpathcheck",
  "repository": "https://github.com/timbeadle/grunt-cfpathcheck",
  "author": {
    "name": "Tim Beadle",
    "email": "tim.beadle@gmail.com",
    "url": "https://github.com/timbeadle"
  },
  "keywords": [
    "gruntplugin"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 20"
  },
  "license": "MIT",
  "scripts": {
    "test": "npm run test:snyk && npm run test:lint && npm run test:engines && npm run test:grunt",
    "test:ci": "npm run test:lint && npm run test:engines && npm run test:grunt",
    "test:engines": "ls-engines",
    "test:grunt": "./test-grunt.sh",
    "test:lint": "xo Gruntfile.js tasks/cfpathcheck.js",
    "test:snyk": "snyk test --dev",
    "snyk-protect": "snyk-protect",
    "prepare": "npm run snyk-protect"
  },
  "dependencies": {
    "@snyk/protect": "^1.1293.1",
    "cfpathcheck": "^11.0.0"
  },
  "devDependencies": {
    "grunt": "1.6.1",
    "ls-engines": "0.9.3",
    "prettier": "3.3.3",
    "xo": "^0.59.3"
  },
  "snyk": true,
  "volta": {
    "node": "20.18.0",
    "npm": "10.9.0"
  }
}