package.jsonā¢1.48 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"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rimraf dist",
"lint": "eslint src/ --ext .ts"
},
"dependencies": {
"adm-zip": "^0.5.16",
"axios": "^1.6.0",
"cheerio": "^1.1.0",
"fs-extra": "^11.0.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/fs-extra": "^11.0.0",
"@types/node": "^20.0.0",
"@types/sqlite3": "^3.1.9",
"@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"
}
}