package.json
{
"name": "calculator",
"version": "1.0.0",
"description": "Scientific calculator plugin for LM Studio",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc && node --enable-source-maps dist/index.js",
"build": "tsc"
},
"author": "dimasbotyara",
"license": "UNLICENSED",
"dependencies": {
"@lmstudio/sdk": "^1.5.0"
},
"gitHead": "d95ce2feb067b4eec446c673155631ee1734e982",
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.2"
}
}