UNPKG

serviceberry-json-schema

Version:
55 lines (54 loc) 1.35 kB
{ "name": "serviceberry-json-schema", "version": "2.0.0", "description": "A JSON schema validator plugin for Serviceberry", "main": "plugin.js", "files": [ "plugin.js" ], "directories": { "test": "spec" }, "scripts": { "build": "npm run lint && npm run test:coverage", "lint": "eslint plugin.js", "lint:spec": "eslint spec/**", "test": "jasmine", "test:coverage": "nyc --include=plugin.js --reporter=lcov --reporter=text npm test" }, "repository": { "type": "git", "url": "git+https://github.com/bob-gray/serviceberry-json-schema.git" }, "keywords": [ "http", "json", "serviceberry", "api", "rest", "validator", "plugin", "schema" ], "author": "Bob Gray <gray.bob98@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bob-gray/serviceberry-json-schema/issues" }, "homepage": "https://github.com/bob-gray/serviceberry-json-schema#readme", "peerDependencies": { "serviceberry": "*" }, "devDependencies": { "eslint": "^9.30.1", "jasmine": "^5.8.0", "jasmine-spec-reporter": "^7.0.0", "node-mocks-http": "^1.8.1", "nyc": "^17.1.0", "serviceberry": "^0.11.6" }, "dependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1" } }