{
  "name": "@funztic/db",
  "version": "1.0.0",
  "description": "TypeScript기반 파일 데이터베이스, zod를 지원합니다.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./zod": {
      "types": "./dist/zod/index.d.ts",
      "import": "./dist/zod/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "typescript",
    "database",
    "funztic",
    "funztic-db",
    "file-db"
  ],
  "author": "b_g",
  "license": "ISC",
  "dependencies": {
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "tsx": "^4.7.1",
    "typescript": "^5.8.3"
  }
}
