UNPKG

json-schema-migrate-x

Version:

Migrate JSON-Schema `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`

58 lines 1.3 kB
{ "name": "json-schema-migrate-x", "version": "2.1.0", "type": "module", "description": "Migrate JSON-Schema `draft-04` to `draft-07`, `draft-2019-09` or `draft-2020-12`", "repository": "https://github.com/un-ts/json-schema-migrate-x.git", "author": "Evgeny Poberezkin", "maintainers": [ "JounQin <admin@1stg.me> (https://www.1stG.me)" ], "funding": "https://opencollective.com/un-ts", "license": "MIT", "engines": { "node": ">=0.10.0" }, "main": "lib/index.cjs", "module": "lib/index.js", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "module-sync": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./index.d.cts", "default": "./lib/index.cjs" } }, "./package.json": "./package.json" }, "types": "lib/index.d.ts", "files": [ "index.d.cts", "lib", "!lib/*.tsbuildinfo" ], "keywords": [ "draft-04", "draft-06", "draft-07", "draft-2019", "draft-2019-09", "draft-2020", "draft-2020-12", "json-schema", "JSON-Schema", "json-schema-migrate", "jsonschema", "migrate" ], "dependencies": { "ajv": "^8.17.1" } }