{
    "name": "@gherk/requirements-extractor",
    "version": "1.5.1",
    "description": "MCP server that extracts, classifies and generates structured requirements from PDF documents with heuristic scanning and active validation",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "requirements-extractor": "dist/index.js"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsc",
        "start": "node dist/index.js",
        "dev": "tsc --watch",
        "jsonify": "node dist/jsonify.js",
        "prepublishOnly": "npm run build"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.12.1",
        "axios": "^1.13.5",
        "cheerio": "^1.2.0",
        "pdf-parse": "^1.1.1",
        "turndown": "^7.2.2"
    },
    "devDependencies": {
        "@types/cheerio": "^0.22.35",
        "@types/node": "^22.0.0",
        "@types/pdf-parse": "^1.1.4",
        "@types/turndown": "^5.0.6",
        "typescript": "^5.7.0"
    }
}
