package.jsonโข1.67 kB
{
"name": "@boris/rs-waybill-mcp",
"version": "1.0.0",
"description": "MCP server for RS.ge Waybill SOAP API - Configurable and production-ready",
"main": "dist/index.js",
"type": "module",
"bin": {
"rs-waybill-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js || echo Built",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "npm test -- --watch",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"clean": "rm -rf dist",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"rs.ge",
"waybill",
"claude",
"soap",
"georgia",
"revenue-service"
],
"author": "Boris",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.0",
"dotenv": "^16.4.5",
"fast-xml-parser": "^4.5.0",
"zod": "^3.23.8",
"winston": "^3.15.0"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"prettier": "^3.3.0",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"@types/jest": "^29.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/boris/rs-waybill-mcp.git"
},
"bugs": {
"url": "https://github.com/boris/rs-waybill-mcp/issues"
},
"homepage": "https://github.com/boris/rs-waybill-mcp#readme"
}