{
  "name": "@jverre/oscar",
  "version": "0.1.4",
  "description": "Oscar MCP server with share tool",
  "type": "module",
  "main": "dist/oscar.js",
  "bin": {
    "oscar": "./dist/oscar.js"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "server",
    "oscar"
  ],
  "author": "jverre",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jverre/oscar.git"
  },
  "scripts": {
    "build": "tsc",
    "start": "npm run build && node dist/oscar.js",
    "dev": "tsx src/oscar.ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.3",
    "better-sqlite3": "^9.2.2",
    "fzstd": "^0.1.1",
    "glob": "^11.0.3",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.8",
    "@types/node": "^20.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
