package.json•572 B
{
"name": "@phys-mcp/tools-graphing-calculator",
"version": "1.0.0",
"description": "Comprehensive graphing calculator tool for Phys-MCP",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"dev": "tsc --watch",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@phys-mcp/mcp-types": "workspace:*",
"zod": "^3.22.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"rimraf": "^5.0.0",
"jest": "^29.0.0"
},
"files": [
"dist"
]
}