{
  "name": "alterschema",
  "version": "1.1.3",
  "description": "Convert between schema specifications",
  "main": "bindings/node/index.js",
  "bin": {
    "alterschema": "bindings/node/cli.js"
  },
  "keywords": [
    "json",
    "json-schema",
    "jsonschema",
    "openapi",
    "convert",
    "transform",
    "version"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sourcemeta/alterschema.git"
  },
  "author": "Juan Cruz Viotti <jv@jviotti.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sourcemeta/alterschema/issues"
  },
  "devDependencies": {
    "@codemirror/lang-json": "^6.0.0",
    "@codemirror/lint": "^6.0.0",
    "ajv-cli": "^5.0.0",
    "bootstrap": "^5.2.0",
    "codemirror": "^6.0.1",
    "standard": "^17.0.0",
    "tap": "^16.3.0",
    "webpack": "^5.74.0",
    "webpack-cli": "^5.0.0"
  },
  "dependencies": {
    "@hyperjump/json-schema": "^0.23.5",
    "json-e": "^4.4.3",
    "lodash": "^4.17.21",
    "object-hash": "^3.0.0"
  }
}
