{
  "name": "@jager-ai/holy-bible-api",
  "version": "1.0.0",
  "description": "성경 구절 검색 및 슬래시 명령어 지원 API 모듈",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "npm run build && npm run test"
  },
  "keywords": [
    "bible",
    "bible-api",
    "korean-bible",
    "scripture",
    "verse",
    "holy-habit",
    "mvp-factory",
    "typescript"
  ],
  "author": "MVP Factory Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mvp-factory/holy-bible-api"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
