package.json•769 B
{
"name": "chronos-mcp",
"version": "1.0.4",
"description": "Chronos – A Stellar MCP server",
"main": "build/index.js",
"type": "module",
"bin": {
"chronos": "build/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/grandmastr/chronos-mcp.git"
},
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node build/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@stellar/stellar-sdk": "^13.3.0",
"dotenv": "^16.5.0",
"node-fetch": "^3.3.2",
"typescript": "^5.8.3",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/node": "^22.15.17",
"@types/uuid": "^10.0.0",
"prettier": "^3.5.3"
}
}