UNPKG

fluent-json-schema

Version:
67 lines (66 loc) 1.61 kB
{ "name": "fluent-json-schema", "version": "6.0.0", "description": "JSON Schema fluent API", "main": "src/FluentJSONSchema.js", "type": "commonjs", "types": "types/FluentJSONSchema.d.ts", "keywords": [ "JSON", "schema", "jsonschema", "json schema", "validation", "json schema builder", "json schema validation" ], "license": "MIT", "author": "Lorenzo Sicilia <lorenzo.sicilia@gmail.com>", "contributors": [ "Matteo Collina <hello@matteocollina.com>" ], "homepage": "https://github.com/fastify/fluent-json-schema#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "bugs": { "url": "https://github.com/fastify/fluent-json-schema/issues" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fluent-json-schema.git" }, "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 --100 node --test", "test:typescript": "tsd", "doc": "jsdoc2md ./src/*.js > docs/API.md" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", "ajv": "^8.12.0", "ajv-formats": "^3.0.1", "c8": "^10.1.2", "eslint": "^9.17.0", "jsdoc-to-markdown": "^9.0.0", "lodash.merge": "^4.6.2", "neostandard": "^0.12.0", "tsd": "^0.31.0" }, "dependencies": { "@fastify/deepmerge": "^3.0.0" }, "pre-commit": [ "lint", "test" ] }