@iflow-mcp/kdcokenny-lsbible 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name": "@iflow-mcp/kdcokenny-lsbible", "version": "0.3.0", "description": "LSBible API client - structured, type-safe Bible SDK for TypeScript", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": {".": {"import": {"types": "./dist/index.d.ts", "default": "./dist/index.js"}, "require": {"types": "./dist/index.d.cts", "default": "./dist/index.cjs"}}, "./mcp": {"import": {"types": "./dist/mcp/index.d.ts", "default": "./dist/mcp/index.js"}, "require": {"types": "./dist/mcp/index.d.cts", "default": "./dist/mcp/index.cjs"}}}, "bin": {"iflow-mcp_kdcokenny-lsbible": "./dist/mcp/stdio.js"}, "files": ["dist"], "scripts": {"build": "tsup", "test": "bun test", "test:watch": "bun test --watch", "test:coverage": "bun test --coverage", "type-check": "tsc --noEmit", "lint": "biome check src tests examples", "lint:fix": "biome check --write src tests examples", "dev": "tsup --watch"}, "keywords": ["bible", "lsb", "legacy-standard-bible", "scripture", "api-client", "typescript"], "author": "Kenny <lsbiblegh.g8d9w@passmail.net>", "license": "MIT", "dependencies": {"@modelcontextprotocol/sdk": "^1.20.2", "linkedom": "^0.18.5", "zod": "^3.23.8"}, "devDependencies": {"@biomejs/biome": "^1.9.4", "@types/bun": "^1.3.1", "@types/node": "^22.9.3", "tsup": "^8.3.5", "typescript": "^5.7.2"}, "engines": {"node": ">=18.0.0"}, "repository": {"type": "git", "url": "git+https://github.com/kdcokenny/lsbible.git", "directory": "packages/typescript-sdk"}, "publishConfig": {"access": "public"}}