{
  "name": "@erickxavier/nojs-mcp",
  "version": "1.11.0",
  "description": "MCP server providing AI assistants with deep knowledge of the NoJS framework",
  "main": "dist/index.js",
  "bin": {
    "nojs-mcp": "dist/index.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepare": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "node --experimental-vm-modules node_modules/.bin/jest --no-coverage",
    "extract": "node dist/scripts/extract-knowledge.js"
  },
  "keywords": [
    "nojs",
    "mcp",
    "model-context-protocol",
    "ai",
    "framework"
  ],
  "author": "Erick Xavier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ErickXavier/nojs-mcp.git"
  },
  "files": [
    "dist/",
    "knowledge/"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "typescript": "^5.8.3"
  }
}