UNPKG

json-schema-instantiator

Version:
49 lines (48 loc) 1.54 kB
{ "name": "json-schema-instantiator", "version": "1.0.1", "description": "A simple instantiator for json schemas.", "main": "dist/cjs/instantiator.js", "module": "dist/esm/instantiator.mjs", "types": "dist/types/instantiator.d.ts", "exports": { ".": { "types": "./dist/types/instantiator.d.ts", "import": "./dist/esm/instantiator.mjs", "require": "./dist/cjs/instantiator.js" } }, "scripts": { "build": "node --unhandled-rejections=strict infrastructure/package_scripts/build.mjs", "build_infrastructure": "node --unhandled-rejections=strict infrastructure/package_scripts/build_infrastructure.mjs", "clean": "node --unhandled-rejections=strict infrastructure/package_scripts/clean.mjs", "format": "node --unhandled-rejections=strict infrastructure/package_scripts/format.mjs", "prepack": "node --unhandled-rejections=strict infrastructure/package_scripts/prepack.mjs", "test": "node --unhandled-rejections=strict infrastructure/package_scripts/test.mjs" }, "keywords": [ "JSON", "schema", "instantiate", "instantiator", "JSON-Schema", "Generator", "Generate", "Data Generation" ], "authors": [ "Tom Arad", "Samuel Batista <sambatista@pm.me> (https://sambatista.com) " ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tomarad/JSON-Schema-Instantiator" }, "devDependencies": { "chai": "^4.5.0", "mocha": "^10.8.2", "prettier": "^3.3.3", "typescript": "^5.6.3" } }