{
	"name": "mcp-openalex",
	"version": "1.0.1",
	"description": "MCP server for accessing scholarly articles and research data from the OpenAlex database",
	"main": "dist/index.js",
	"type": "module",
	"scripts": {
		"build": "tsc",
		"dev": "tsx watch src/index.ts",
		"test": "vitest run --coverage",
		"test:watch": "vitest --watch",
		"test:ci": "vitest run --coverage --reporter=json --reporter=default",
		"lint": "biome check .",
		"format": "biome format --write .",
		"prepare": "husky",
		"start": "node dist/index.js"
	},
	"keywords": [
		"mcp",
		"model-context-protocol",
		"openalex",
		"scholarly",
		"research",
		"academic",
		"publications",
		"mcp-server"
	],
	"author": "",
	"license": "CC-BY-NC-SA-4.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Mearman/mcp-openalex.git"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"files": [
		"dist/**/*.js",
		"dist/**/*.d.ts",
		"dist/**/*.map",
		"!dist/**/*.test.*",
		"LICENSE",
		"README.md",
		"CHANGELOG.md"
	],
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.12.1",
		"zod": "^3.25.51",
		"zod-to-json-schema": "^3.24.1"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@commitlint/cli": "^19.6.1",
		"@commitlint/config-conventional": "^19.6.0",
		"@semantic-release/changelog": "^6.0.3",
		"@semantic-release/git": "^10.0.1",
		"@semantic-release/github": "^11.0.3",
		"@semantic-release/npm": "^12.0.1",
		"@types/node": "^22.13.2",
		"@vitest/coverage-v8": "^2.1.8",
		"husky": "^9.1.7",
		"semantic-release": "^24.2.5",
		"tsx": "^4.19.2",
		"typescript": "^5.7.3",
		"vitest": "^2.1.8"
	},
	"engines": {
		"node": ">=18"
	},
	"packageManager": "yarn@4.9.1"
}
