package.json•1.3 kB
{
"name": "check-vat-vies-mcp",
"version": "1.0.1",
"description": "MCP server for EU VAT number validation using VIES REST API",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"keywords": [
"mcp",
"server",
"vat",
"vies",
"eu",
"validation"
],
"author": "Augment Code",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ShepDogSk/check-vat-vies-mcp.git"
},
"bugs": {
"url": "https://github.com/ShepDogSk/check-vat-vies-mcp/issues"
},
"homepage": "https://github.com/ShepDogSk/check-vat-vies-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.4.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}