{
  "name": "strategic-intelligence-mcp",
  "version": "1.1.7",
  "description": "Strategic Intelligence MCP Server - connecting technical progress to business outcomes with systematic strategic planning",
  "main": "dist/index.js",
  "bin": {
    "strategic-intelligence-mcp": "dist/bin/cli.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "postinstall": "node -e \"const fs=require('fs'),path='./strategic-data.json';if(!fs.existsSync(path)){console.log('Creating strategic-data.json...');fs.writeFileSync(path,JSON.stringify({conversations:{},goals:{},alignments:{},insights:{},metadata:{version:'1.0.0',lastUpdated:new Date().toISOString(),totalConversations:0,totalGoals:0,totalInsights:0}},null,2));console.log('strategic-data.json created successfully');}\""
  },
  "keywords": [
    "mcp-server",
    "business-strategy",
    "strategic-intelligence",
    "strategic-planning"
  ],
  "author": "Strategic Intelligence Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wespiper/strategic-intelligence-mcp.git"
  },
  "homepage": "https://github.com/wespiper/strategic-intelligence-mcp#readme",
  "bugs": {
    "url": "https://github.com/wespiper/strategic-intelligence-mcp/issues"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "USAGE_GUIDE.md",
    "bin/**/*",
    "strategic-data.json"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "uuid": "^10.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "typescript": "^5.0.0"
  }
}
