{
  "name": "@voko/lite",
  "version": "0.3.2",
  "description": "VOKO Lite — 纯 Node.js 轻量版，通过 MCP 供 agent 使用",
  "type": "commonjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "dist/index.js",
  "bin": {
    "voko": "dist/index.js"
  },
  "files": [
    "dist/",
    "scripts/",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/build-native.js",
    "build:native": "node scripts/build-native.js",
    "start": "node src/index.js",
    "obfuscate": "javascript-obfuscator ./src --output ./dist --compact true --self-defending=true --string-array-encoding=base64",
    "prepublishOnly": "npm run obfuscate && node -e \"const p=require('./package.json');p.main='dist/index.js';p.bin={voko:'dist/index.js'};require('fs').writeFileSync('./package.json',JSON.stringify(p,null,2)+'\\n')\"",
    "postpublish": "node -e \"const p=require('./package.json');p.main='src/index.js';p.bin={voko:'src/index.js'};require('fs').writeFileSync('./package.json',JSON.stringify(p,null,2)+'\\n')\""
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.62.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@noble/ed25519": "^3.1.0",
    "better-sqlite3": "^12.11.1",
    "express": "^5.2.1",
    "imapflow": "^1.3.3",
    "nodemailer": "^8.0.7",
    "postal-mime": "^2.7.4",
    "qrcode": "^1.5.4",
    "wukongimjssdk": "^1.3.5"
  },
  "devDependencies": {
    "javascript-obfuscator": "^5.4.3"
  }
}
