@fre4x/docx
Advanced tools
+5
-6
| { | ||
| "name": "@fre4x/docx", | ||
| "version": "1.1.2", | ||
| "version": "1.1.3", | ||
| "description": "DOCX Editor MCP server", | ||
@@ -14,13 +14,12 @@ "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --format=esm --banner:js=\"import{createRequire}from'module';const require=createRequire(import.meta.url);\" && node -e \"const fs=require('fs');const p='dist/index.js';const c=fs.readFileSync(p,'utf8');const next=c.startsWith('#!/usr/bin/env node')?c:'#!/usr/bin/env node\\n'+c;fs.writeFileSync(p,next);fs.chmodSync(p,0o755);\"", | ||
| "build": "node ../scripts/build-package.mjs", | ||
| "dev": "tsx src/index.ts", | ||
| "typecheck": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit", | ||
| "prepublishOnly": "npm run typecheck && npm run build", | ||
| "test": "vitest run --exclude dist", | ||
| "test:watch": "vitest", | ||
| "inspector": "node ../scripts/run-official-inspector.mjs node dist/index.js" | ||
| "test": "node ../scripts/run-vitest.mjs run --exclude dist", | ||
| "test:watch": "node ../scripts/run-vitest.mjs", | ||
| "inspector": "npm run build && node ../scripts/run-official-inspector.mjs node dist/index.js" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^25.3.5", | ||
| "esbuild": "^0.27.3", | ||
| "tsx": "^4.21.0", | ||
@@ -27,0 +26,0 @@ "typescript": "^5.9.3", |
Sorry, the diff of this file is too big to display
3030914
6.23%4
-20%81721
5.31%