package.jsonā¢1.06 kB
{
"name": "mcp-consigncloud",
"version": "1.0.0",
"description": "Model Context Protocol server for ConsignCloud API - manage inventory, sales, and accounts",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-consigncloud": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"dev:http": "tsx src/http-server.ts",
"start": "node dist/index.js",
"start:http": "node dist/http-server.js",
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"consigncloud",
"inventory",
"consignment",
"retail",
"pos"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"axios": "^1.13.2",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/node": "^24.10.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}