{
  "name": "mcp-server-police-uk",
  "version": "1.0.1",
  "description": "MCP server for police.uk API - access UK crime data, police forces, neighbourhoods, and stop-and-search incidents",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "mcp-server-police-uk": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "police",
    "uk",
    "crime",
    "api",
    "data"
  ],
  "author": "Dwain Barnes",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/mcp-server-police-uk.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/mcp-server-police-uk/issues"
  },
  "homepage": "https://github.com/yourusername/mcp-server-police-uk#readme"
}