package.json•578 B
{
"name": "scancode-license-analysis-tool",
"version": "1.0.0",
"description": "A Model Context Protocol (MCP) tool for analyzing software licenses using Scancode data.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "tsx index.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"tsx": "^4.20.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^24.0.13",
"typescript": "^5.8.3"
}
}