{
  "name": "psycgod-sage-js",
  "version": "1.0.9",
  "mcpName": "io.github.psycgod/sage",
  "description": "npm/npx launcher for the canonical PyPI SAGE CLI wrapper for AI coding agents",
  "author": "PsYcGoD",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "sage": "bin/sage.js"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "lint": "eslint src",
    "prepublishOnly": "npm run build",
    "postinstall": "node dist/postinstall.js"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.11",
    "@types/node": "^22.0.0",
    "@types/uuid": "^10.0.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PsYcGoD/sage-js.git"
  },
  "keywords": [
    "ai",
    "cli",
    "terminal",
    "compression",
    "mcp",
    "claude",
    "coding-agent",
    "developer-tools"
  ]
}
