UNPKG

@openactive/rpde-validator

Version:

A library to walk and validate an RPDE feed

52 lines (51 loc) 1.41 kB
{ "name": "@openactive/rpde-validator", "version": "3.0.3571", "description": "A library to walk and validate an RPDE feed", "homepage": "https://openactive.io", "author": "OpenActive Community <hello@openactive.io>", "keywords": [ "openactive", "odi", "validator", "json" ], "main": "src/index.js", "engines": { "node": ">=18.17.1", "npm": ">=9.6.7" }, "repository": { "type": "git", "url": "https://github.com/openactive/rpde-validator.git" }, "bugs": { "url": "https://github.com/openactive/rpde-validator/issues" }, "license": "MIT", "scripts": { "lint": "eslint \"src/**/*.js\"", "lint-fix": "eslint \"src/**/*.js\" --fix", "e2e": "node src/e2e.js", "pretest": "npm run lint", "test": "npm run test-no-lint", "test-no-lint": "jasmine", "test-debug": "node --inspect-brk -i ./node_modules/jasmine/bin/jasmine.js", "postpublish": "git push", "publish-patch": "npm test && git pull && git push && npm version patch && npm publish" }, "devDependencies": { "eslint": "^8.47.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "jasmine": "^4.6.0", "typescript": "^5.1.6" }, "dependencies": { "@openactive/data-model-validator": "^3.0.0", "cache-parser": "^1.2.4", "lodash": "^4.17.21", "luxon": "^1.4.2", "node-fetch": "^2.2.0" } }