UNPKG

@surgbc/egw-writings-shared

Version:

Shared utilities, types, and database schema for EGW Writings MCP servers

59 lines 1.44 kB
{ "name": "@surgbc/egw-writings-shared", "version": "1.0.0", "description": "Shared utilities, types, and database schema for EGW Writings MCP servers", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/gospelsounders/egw-writings-mcp.git", "directory": "packages/shared" }, "author": { "name": "Brian Onango", "url": "https://github.com/surgbc" }, "homepage": "https://github.com/gospelsounders/egw-writings-mcp#readme", "bugs": { "url": "https://github.com/gospelsounders/egw-writings-mcp/issues" }, "keywords": [ "egw", "ellen-white", "writings", "shared", "utilities", "database", "api", "research", "educational" ], "dependencies": { "axios": "^1.6.0", "better-sqlite3": "^9.0.0", "cheerio": "^1.1.0", "fs-extra": "^11.0.0" }, "devDependencies": { "@types/better-sqlite3": "^7.6.0", "@types/fs-extra": "^11.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "rimraf": "^5.0.0", "typescript": "^5.0.0" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist", "lint": "eslint src/ --ext .ts" } }