UNPKG

juniper

Version:

ESM JSON Schema builder for static Typescript inference.

55 lines 1.31 kB
{ "name": "juniper", "version": "1.2.5", "description": "ESM JSON Schema builder for static Typescript inference.", "engines": { "node": ">=20" }, "type": "module", "author": "JacobLey", "license": "MIT", "repository": "JacobLey/leyman", "homepage": "https://github.com/JacobLey/leyman/tree/main/apps/juniper#readme", "bugs": { "url": "https://github.com/JacobLey/leyman/issues" }, "keywords": [ "JSON", "schema", "json-schema", "typescript", "builder", "static-types", "open-api", "swagger" ], "sideEffects": false, "types": "./dist/index.js", "exports": { ".": "./dist/index.js" }, "dependencies": { "escape-string-regexp": "^5.0.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@swc/cli": "^0.6.0", "@swc/core": "^1.10.15", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.13.1", "@types/sinon": "^17.0.3", "ajv": "^8.17.1", "c8": "^10.1.3", "chai": "^5.1.2", "eslint": "^9.20.0", "expect-type": "^1.1.0", "mocha": "^11.1.0", "sinon": "^19.0.2", "typescript": "^5.7.3", "mocha-chain": "^0.0.11", "nx-update-ts-references": "^0.2.1", "@leyman/eslint-config": "^0.0.1", "pnpm-dedicated-lockfile": "^0.0.4" } }