{
  "name": "netsuite-supermcp",
  "version": "0.1.9",
  "description": "A NetSuite MCP server with OAuth, REST/RESTlet tools, client installers, and account permission probes.",
  "private": false,
  "license": "MIT",
  "author": "Kaan Kadir Aluçlu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaannsaydamm/NetSuite-SuperMCP.git"
  },
  "bugs": {
    "url": "https://github.com/kaannsaydamm/NetSuite-SuperMCP/issues"
  },
  "homepage": "https://github.com/kaannsaydamm/NetSuite-SuperMCP#readme",
  "type": "module",
  "bin": {
    "netsuite-supermcp": "bin/netsuite-supermcp.mjs",
    "netsuite-supermcp-doctor": "bin/netsuite-supermcp-doctor.mjs",
    "netsuite-supermcp-http": "bin/netsuite-supermcp-http.mjs",
    "netsuite-supermcp-install": "bin/netsuite-supermcp-install.mjs",
    "netsuite-supermcp-oauth-login": "bin/netsuite-supermcp-oauth-login.mjs",
    "netsuite-supermcp-setup": "bin/netsuite-supermcp-setup.mjs",
    "netsuite-supermcp-suitecloud": "bin/netsuite-supermcp-suitecloud.mjs",
    "netsuite-supermcp-stdio": "bin/netsuite-supermcp-stdio.mjs"
  },
  "files": [
    "bin",
    "docs",
    "netsuite",
    "scripts",
    "setup.cmd",
    "setup.ps1",
    "setup.sh",
    "src",
    ".env.example",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "netsuite",
    "erp",
    "suitescript",
    "oauth",
    "codex",
    "claude",
    "gemini"
  ],
  "engines": {
    "node": ">=20",
    "bun": ">=1.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "bun run --hot src/index.ts",
    "doctor": "bun run scripts/doctor.ts",
    "start": "bun run src/index.ts",
    "stdio": "bun run src/stdio.ts",
    "oauth:login": "bun run scripts/oauth-login.ts",
    "setup": "powershell -NoProfile -ExecutionPolicy Bypass -File ./setup.ps1",
    "setup:wizard": "bun run scripts/setup-wizard.ts",
    "setup:sh": "sh ./setup.sh",
    "suitecloud:project": "bun run scripts/suitecloud-project.ts",
    "install:clients": "bun run scripts/install-clients.ts",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "format": "biome check --write .",
    "prepack": "bun run typecheck && bun run lint && bun test && bun run check:restlet-contract",
    "postinstall": "node ./bin/postinstall.mjs",
    "test": "bun test",
    "smoke": "bun run scripts/smoke.ts",
    "check:restlet-contract": "bun run scripts/check-restlet-contract.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "@types/jsrsasign": "^10.5.15",
    "hono": "4.12.28",
    "jsrsasign": "^11.1.3",
    "ky": "1.14.1",
    "pino": "10.1.0",
    "zod": "4.2.1"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.7",
    "@types/bun": "1.3.6",
    "typescript": "5.9.3"
  }
}
