{
  "name": "skmtc",
  "version": "0.0.292",
  "description": "Skmtc is a declarative code generation framework",
  "keywords": [
    "openapi",
    "swagger",
    "typescript",
    "codegen",
    "code generator"
  ],
  "homepage": "https://skm.tc",
  "repository": {
    "type": "git",
    "url": "https://github.com/skmtc/skmtc.git"
  },
  "license": "Apache-2.0",
  "bugs": "https://github.com/skmtc/skmtc/issues",
  "module": "./esm/cli/mod.js",
  "exports": {
    ".": {
      "import": "./esm/cli/mod.js"
    }
  },
  "scripts": {
    "test": "exit 0"
  },
  "type": "module",
  "rootDir": "./",
  "bin": {
    "skmtc": "./bin/skmtc.js"
  },
  "dependencies": {
    "@apiture/openapi-down-convert": "^0.14.0",
    "@babel/helper-validator-identifier": "7.27.1",
    "@inkjs/ui": "^2.0.0",
    "@sentry/node": "^10.8.0",
    "@supabase/supabase-js": "^2.57.4",
    "@types/babel__helper-validator-identifier": "7.15.2",
    "@types/lodash-es": "4.17.12",
    "@types/react": "^19",
    "@types/swagger2openapi": "7.0.4",
    "chokidar": "^4.0.3",
    "gpt-tokenizer": "^3.0.1",
    "ink": "^6.2.3",
    "ink-link": "^5.0.0",
    "ink-select-input": "^6.2.0",
    "lodash-es": "4.17.21",
    "octokit": "^5.0.3",
    "openapi-types": "^12.1.3",
    "prettier": "^3.6.2",
    "react": "^19.1.1",
    "swagger2openapi": "^7.0.8",
    "tiny-invariant": "1.3.3",
    "ts-pattern": "^5.8.0",
    "valibot": "1.1.0",
    "zod": "^4.0.14",
    "@deno/shim-deno": "^0.19.2",
    "@deno/shim-timers": "^0.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/lodash-es": "4.17.12",
    "openapi-types": "12.1.3",
    "valibot": "1.1.0"
  },
  "_generatedBy": "dnt@dev"
}