UNPKG

@sjsf/ajv8-validator

Version:

The ajv-8 based validator for svelte-jsonschema-form

56 lines 1.33 kB
{ "name": "@sjsf/ajv8-validator", "version": "3.2.0", "description": "The ajv-8 based validator for svelte-jsonschema-form", "license": "MIT", "keywords": [ "validator", "jsonschema", "ajv8" ], "type": "module", "files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], "publishConfig": { "provenance": true }, "repository": { "type": "git", "url": "git+https://github.com/x0k/svelte-jsonschema-form.git", "directory": "packages/ajv8-validator" }, "bugs": "https://github.com/x0k/svelte-jsonschema-form/issues", "homepage": "https://x0k.github.io/svelte-jsonschema-form/", "types": "dist/index.d.ts", "main": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js", "default": "./dist/index.js" }, "./precompile": { "types": "./dist/precompile/index.d.ts", "svelte": "./dist/precompile/index.js", "default": "./dist/precompile/index.js" } }, "peerDependencies": { "@sjsf/form": "^3.2.0", "ajv": "^8.17.0" }, "devDependencies": { "ajv": "^8.17.1", "svelte": "^5.46.0", "@sjsf/form": "3.2.0", "validator-testing": "1.0.19" }, "scripts": { "test": "vitest run", "build": "tsc && publint", "dev": "tsc --watch" } }