UNPKG

yaml-validator

Version:

Validate Yaml files and enforce a given structure

53 lines (52 loc) 1.36 kB
{ "name": "yaml-validator", "version": "5.1.0", "description": "Validate Yaml files and enforce a given structure", "main": "index.js", "type": "module", "types": "types", "bin": "bin/yaml-validator.js", "scripts": { "test": "c8 --exclude tests --exclude types tape tests/*_test.js", "typings": "tsc", "coverage": "c8 --exclude tests --exclude types report --reporter=text-lcov > coverage.lcov && codecov", "lint": "eslint *.js bin tests" }, "repository": { "type": "git", "url": "git+https://github.com/paazmaya/yaml-validator.git" }, "author": "Juga Paazmaya <paazmaya@yahoo.com> (https://paazmaya.fi)", "license": "MIT", "bugs": { "url": "https://github.com/paazmaya/yaml-validator/issues" }, "homepage": "https://github.com/paazmaya/yaml-validator#readme", "engines": { "node": ">=18.12.0" }, "files": [ "bin", "types", "index.js", "LICENSE", "npm-shrinkwrap.json", "package.json" ], "dependencies": { "check-type": "0.4.11", "js-yaml": "4.1.0", "optionator": "0.9.3" }, "devDependencies": { "@types/node": "18.17.3", "c8": "8.0.1", "codecov": "3.8.3", "eslint": "8.46.0", "eslint-config-paazmaya": "9.0.1", "eslint-plugin-node": "11.1.0", "sinon": "15.2.0", "tape": "5.6.6", "typescript": "5.1.6" } }