package.jsonā¢1.92 kB
{
"name": "aim-guard-mcp",
"version": "1.1.5",
"description": "AIM MCP Server :: Guard and Protect your MCPs & AI Chatting",
"main": "dist/index.js",
"bin": {
"aim-guard-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "tsc",
"build:index": "tsc src/index.ts --outDir dist",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"prepublishOnly": "pnpm run build",
"publish:npm": "npm publish --access public",
"version:patch": "node scripts/increment-version.js patch",
"version:minor": "node scripts/increment-version.js minor",
"version:major": "node scripts/increment-version.js major",
"release:patch": "pnpm run version:patch && git add . && git commit -m \"chore: bump version\" && git push",
"release:minor": "pnpm run version:minor && git add . && git commit -m \"chore: bump minor version\" && git push",
"release:major": "pnpm run version:major && git add . && git commit -m \"chore: bump major version\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIM-Intelligence/AIM-MCP.git"
},
"keywords": [
"mcp",
"security",
"aim-intelligence",
"data-extraction",
"copilot-guard"
],
"author": "AIM-Intelligence",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/AIM-Intelligence/AIM-MCP/issues"
},
"homepage": "https://github.com/AIM-Intelligence/AIM-MCP#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.49"
},
"devDependencies": {
"@types/node": "^22.15.29",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}