{
  "name": "@amityco/social-plus-vise",
  "version": "1.7.0",
  "description": "Skill-guided deterministic CLI for social.plus SDK integration assistance.",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AmityCo/social-plus-forge.git",
    "directory": "vise"
  },
  "homepage": "https://learn.social.plus",
  "bugs": {
    "url": "https://learn.social.plus",
    "email": "support@social.plus"
  },
  "keywords": [
    "social-plus",
    "mcp",
    "model-context-protocol",
    "sdk",
    "ai-coding"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "vise": "dist/server.js",
    "spf": "dist/server.js",
    "social-plus-vise": "dist/server.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "rules",
    "skills/social-plus-vise",
    "packages/intelligence",
    "sdk-surface",
    "docs-cache",
    "docs/vise-how-it-helps.html"
  ],
  "scripts": {
    "prepack": "node scripts/prepack-strip-devdeps.mjs",
    "postpack": "node scripts/prepack-strip-devdeps.mjs --restore"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "tree-sitter": "^0.21.1",
    "tree-sitter-kotlin": "^0.3.8",
    "tree-sitter-swift": "^0.7.1",
    "tree-sitter-typescript": "^0.23.2"
  }
}
