package.json•540 B
{
"$schema": "https://json.schemastore.org/package",
"name": "@phys-mcp/tools-tensor",
"version": "0.1.0",
"description": "Tensor calculus tools (scaffold) for Physics MCP Server",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@phys-mcp/mcp-types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.9.2",
"jest": "^29.0.0"
}
}