UNPKG

grunt-tv4

Version:

Validate values against json-schema v4

75 lines (74 loc) 1.73 kB
{ "name": "grunt-tv4", "description": "Validate values against json-schema v4", "version": "8.1.0", "homepage": "https://github.com/timbeadle/grunt-tv4", "author": { "name": "Bart van der Schoor", "url": "https://github.com/Bartvds" }, "repository": { "type": "git", "url": "https://github.com/timbeadle/grunt-tv4" }, "bugs": { "url": "https://github.com/timbeadle/grunt-tv4/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/timbeadle/grunt-tv4/blob/main/LICENSE-MIT" } ], "keywords": [ "gruntplugin", "validate", "validator", "json", "schema", "json-schema", "tv4" ], "main": "Gruntfile.js", "engines": { "node": ">= 20.20.0" }, "scripts": { "test": "run-p test:*", "test-ci": "run-p test:grunt test:lint test:engines", "test:engines": "ls-engines", "test:grunt": "grunt test", "test:lint": "xo Gruntfile.js lib/*.js tasks/*.js", "test:snyk": "snyk test --dev", "snyk-protect": "snyk-protect", "prepare": "npm run snyk-protect" }, "dependencies": { "@snyk/protect": "^1.1302.1", "jsonpointer.js": "~0.4.0", "ministyle": "~0.1.4", "miniwrite": "~0.1.4", "tv4": "^1.3.0", "tv4-reporter": "^8.1.0" }, "devDependencies": { "grunt": "^1.6.1", "grunt-continue": "0.1.0", "grunt-contrib-connect": "^5.0.1", "load-grunt-tasks": "5.1.0", "ls-engines": "0.9.4", "npm-run-all2": "8.0.4", "package.json-schema": "0.2.0", "prettier": "3.8.1", "xo": "^1.2.3" }, "peerDependencies": { "grunt": ">=1.6.1" }, "snyk": true, "volta": { "node": "20.20.0", "npm": "11.8.0" } }