UNPKG

@fo-rjsf/validator-ajv6

Version:
84 lines (83 loc) 2.46 kB
{ "name": "@fo-rjsf/validator-ajv6", "version": "5.12.0-rc21", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", "description": "The ajv-6 based validator for @rjsf/core", "files": [ "dist", "lib", "src" ], "engineStrict": false, "engines": { "node": ">=14" }, "scripts": { "build:ts": "rimraf lib && tsc", "build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs", "build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/validator-ajv6.esm.js --sourcemap --packages=external --format=esm", "build:umd": "rollup dist/validator-ajv6.esm.js --format=umd --file=dist/validator-ajv6.umd.js --name=@rjsf/validator-ajv6", "build": "rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", "cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"", "cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write", "lint": "eslint src test", "precommit": "lint-staged", "test": "jest" }, "lint-staged": { "{src,test}/**/*.ts?(x)": [ "eslint --fix", "prettier --write" ] }, "dependencies": { "ajv": "^6.12.6", "lodash": "^4.17.21", "lodash-es": "^4.17.21" }, "peerDependencies": { "@rjsf/utils": "npm:@fo-rjsf/utils@5.12.0-rc21" }, "devDependencies": { "@babel/core": "^7.22.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.22.9", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@rjsf/utils": "npm:@fo-rjsf/utils@5.12.0-rc21", "@types/json-schema": "^7.0.12", "@types/lodash": "^4.14.196", "babel-jest": "^29.6.2", "esbuild": "^0.18.19", "eslint": "^8.46.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.6.1", "rimraf": "^5.0.1", "rollup": "^3.27.2", "typescript": "^4.9.5" }, "publishConfig": { "access": "public" }, "author": "Heath Chiavettone <heath.chiavettone@freenome.com", "contributors": [], "keywords": [ "react-jsonschema-form", "jsonschema", "json-schema", "json", "schema", "form", "react", "ajv-6", "rjsf-validator" ], "repository": { "type": "git", "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "license": "Apache-2.0" }