package.json•1.08 kB
{
"name": "mcp_shamash",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "1.17.5",
"@types/dockerode": "3.3.43",
"@types/node": "24.3.0",
"dockerode": "4.0.7",
"glob": "11.0.3",
"ip-cidr": "4.0.2",
"rimraf": "6.0.1",
"tsx": "4.20.5",
"typescript": "5.9.2",
"yaml": "2.8.1"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"eslint": "^9.34.0",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1"
}
}