package.json•1.17 kB
{
"name": "mcp-brex",
"version": "0.2.1",
"description": "MCP Server for Brex API Integration",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "ts-node-esm src/index.ts",
"lint": "eslint . --ext .ts",
"test": "jest",
"clean": "rimraf build"
},
"author": {
"name": "Dennison Bertram",
"email": "dennison@dennisonbertram.com",
"url": "https://dennisonbertram.com"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.7.0",
"axios": "^1.6.7",
"dotenv": "^16.4.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dennisonbertram/mcp-brex.git"
},
"files": [
"build/**/*",
"README.md",
"LICENSE"
]
}