{
  "name": "@rkesters/typeconv",
  "version": "2.3.4",
  "description": "Convert between JSON Schema, TypeScript, GraphQL and Open API",
  "author": "Robert Kesterson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rkesters/typeconv/issues"
  },
  "homepage": "https://github.com/rkesters/typeconv#readme",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "browser": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "directories": {},
  "type": "module",
  "sideEffects": "false",
  "engines": {
    "node": ">=14.13.1"
  },
  "files": [
    "dist"
  ],
  "bin": "dist/bin/typeconv.js",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.prod.json",
    "dev": "ts-node-esm lib/bin/typeconv.ts",
    "test": "CI=1 NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "cz": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/typeconv"
  },
  "keywords": [
    "convert",
    "types",
    "json",
    "schema",
    "typescript",
    "graphql"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.22.4",
    "@babel/preset-typescript": "^7.21.5",
    "@types/babel__code-frame": "^7.0.3",
    "@types/jest": "^29.5.2",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^18.16.16",
    "cz-conventional-changelog": "^3.3.0",
    "execa": "^7.1.1",
    "jest": "^29.5.0",
    "rimraf": "^5.0.1",
    "tempy": "^3.0.0",
    "ts-jest-resolver": "^2.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@rkesters/core-types-ts": "4.1.1",
    "already": "^3.4.1",
    "awesome-code-frame": "^1.1.0",
    "chalk": "^5.2.0",
    "core-types": "^3.1.0",
    "core-types-graphql": "^3.0.0",
    "core-types-json-schema": "^2.2.0",
    "core-types-suretype": "^3.2.0",
    "globby": "^13.1.4",
    "js-yaml": "^4.1.0",
    "oppa": "^0.4.0",
    "terminal-link": "^3.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.2.4"
}
