{
"name": "mcp-harbor",
"version": "1.0.0",
"description": "A Node.js application for connecting to Harbor and providing operations capabilities.",
"main": "src/app.ts",
"type": "module",
"scripts": {
"start": "ts-node src/app.ts",
"test": "jest",
"build": "tsc && cp package.json dist/ && chmod +x dist/app.js",
"test:connection": "ts-node tools/test-connection.ts"
},
"dependencies": {
"@hapic/harbor": "^2.5.0",
"@modelcontextprotocol/sdk": "^1.7.0",
"axios": "^0.21.1",
"dotenv": "^16.4.7",
"express": "^4.17.1",
"hapic": "^2.5.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jest": "^27.5.2",
"@types/node": "^16.0.0",
"jest": "^27.0.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^4.3.2"
},
"license": "MIT"
}