package.json•1.68 kB
{
"name": "travelagent-mcp",
"version": "1.1.0",
"description": "This MCP is design to help with posting and other activities on Twitter, Instagram, Facebook, WhatsApp, Discord and Telegram ",
"main": "src/index.ts",
"type": "module",
"bin": {
"travelagent-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && shx chmod +x dist/index.js",
"prepare": "husky",
"watch": "tsc --watch",
"start": "node dist/index.js",
"publish-packages": "pnpm run build && changeset publish",
"format": "biome format . --write",
"lint": "biome check ."
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.js"
},
"./tool-selector": {
"import": "./src/tool-selector.ts",
"require": "./src/tool-selector.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nxGnosis/travelagent-mcp.git"
},
"bugs": {
"url": "https://github.com/nxGnosis/travelagent-mcp/issues"
},
"homepage": "https://github.com/nxGnosis/travelagent-mcp#readme",
"keywords": [
"mcp",
"Visa MCP",
"Travel agent"
],
"author": "Lanre Sanni",
"license": "ISC",
"packageManager": "pnpm@10.7.1",
"dependencies": {
"@biomejs/biome": "*",
"dedent": "^1.6.0",
"dotenv": "^17.2.0",
"fastmcp": "^3.8.4",
"shx": "^0.4.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3",
"zod": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "*",
"@changesets/cli": "^2.29.5",
"@types/node": "^22.17.0",
"husky": "^9.1.7",
"lint-staged": "^15.0.0",
"shx": "^0.3.4",
"typescript": "^5.8.3"
}
}