UNPKG

windmill-yaml-validator

Version:

YAML validator for Windmill flow, schedule, and trigger files

36 lines (35 loc) 816 B
{ "name": "windmill-yaml-validator", "version": "1.775.2", "description": "YAML validator for Windmill flow, schedule, and trigger files", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "gen": "node scripts/gen-schemas.js", "build": "npm run gen && tsc", "pretest": "npm run gen", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "npm run build" }, "keywords": [ "windmill" ], "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^24.1.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*" ], "dependencies": { "@stoplight/yaml": "^4.3.0", "ajv": "^8.17.1", "js-yaml": "^3.14.1" } }