{
  "name": "systemprompt-mcp-reddit",
  "version": "1.0.25",
  "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, and interact with Reddit content, leveraging an AI Agent to help with each operation.",
  "type": "module",
  "bin": {
    "systemprompt-mcp-reddit": "build/index.js"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc && tsc-alias && chmod +x build/index.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/index.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "auth-reddit": "node --loader ts-node/esm scripts/auth-reddit.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ejb503/systemprompt-mcp-reddit.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "ajv": "^8.17.1",
    "dotenv": "^16.4.7"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-typescript": "^7.24.0",
    "@types/dotenv": "^8.2.0",
    "@types/jest": "^29.5.12",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "ts-jest-resolver": "^2.0.1",
    "ts-node": "^10.9.2",
    "tsc-alias": "^1.8.11",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3",
    "typescript-json-schema": "^0.63.0"
  },
  "keywords": [
    "systemprompt",
    "mcp",
    "model-context-protocol",
    "reddit",
    "social-media",
    "oauth"
  ],
  "author": "Ejb503",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Ejb503/systemprompt-mcp-reddit/issues"
  },
  "homepage": "https://systemprompt.io",
  "engines": {
    "node": ">=18.0.0"
  }
}