{
  "name": "@nestia/sdk",
  "version": "12.1.0",
  "description": "Nestia SDK and Swagger generator",
  "main": "lib/index.js",
  "bin": {
    "nestia-sdk": "./lib/executable/sdk.js"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./lib/executable/sdk": {
      "types": "./lib/executable/sdk.d.ts",
      "default": "./lib/executable/sdk.js"
    },
    "./lib/transform": {
      "types": "./lib/transform.d.ts",
      "default": "./lib/transform.js"
    },
    "./package.json": "./package.json"
  },
  "tsp": {
    "tscOptions": {
      "parseAllJsDoc": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/nestia"
  },
  "keywords": [
    "nestia",
    "sdk",
    "swagger",
    "generator",
    "nestjs",
    "typia"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/nestia/issues"
  },
  "homepage": "https://nestia.io",
  "dependencies": {
    "@ttsc/factory": "^0.20.0",
    "@typia/interface": "^13.2.0",
    "@typia/utils": "^13.2.0",
    "get-function-location": "^2.0.0",
    "glob": "^11.0.3",
    "path-to-regexp": "^6.2.1",
    "prettier": "^3.8.1",
    "tgrid": "^1.2.1",
    "ttsc": "^0.20.0",
    "tstl": "^3.0.0",
    "typia": "^13.2.0",
    "@nestia/core": "^12.1.0",
    "@nestia/fetcher": "^12.1.0"
  },
  "peerDependencies": {
    "@nestia/core": "^12.1.0"
  },
  "devDependencies": {
    "@modelcontextprotocol/sdk": "^1.18.0",
    "@nestjs/common": "^11.1.6",
    "@nestjs/core": "^11.1.6",
    "@types/express": "^4.17.15",
    "@types/node": "^25.3.3",
    "rimraf": "^6.1.3",
    "typescript": "^7.0.2"
  },
  "files": [
    "assets",
    "lib",
    "native/go.mod",
    "native/go.sum",
    "native/sdk",
    "src",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf lib && ttsc",
    "dev": "ttsc --watch",
    "test:go": "cd test && go test ./..."
  },
  "types": "lib/index.d.ts"
}