package.json•520 B
{
"name": "@phys-mcp/tools-cas",
"version": "0.1.0",
"description": "Computer Algebra System tools for Physics MCP",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"test": "jest"
},
"dependencies": {
"@phys-mcp/mcp-types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/node": "^20.0.0",
"jest": "^29.0.0"
},
"files": [
"dist"
]
}